Article Creation Guide

An important guide outlining features within articles, and useful for creating your own future article/review tickets.

By Akhil Nandhakumar3/31/2023
Article Thumbnail

Article Features:

SupportsMarkdown Formatting:

  • Examples:
_italics_

**bold**

# Header 1

## Header 2

### Header 3

`code`

images:
![alt text](image link)

1. numbered list

- bulleted list

Table:
| column | column | column |
| ------ | ------ | ------ |
| Cell 1 | Cell 2 | Cell 3 |

Custom Executable Code Blocks :

  • Lanugage support multiple languages, including Java, Javascript, Python, C++ etc.

How to create runnable code blocks:

  • syntax:
  • Change "javascript" to whichever language your code uses

What this will look like:

 

Article Creation Guide:

Step 1 - Login/Signup with Google:

Step 2 - Scroll to "Create an Article":

Step 3 - Enter Title, Summary, and Content:

Step 4 - Submit Article:

Step 5 - Locate Article and Edit if Needed:

unkown • 6/16/2025, 1:12:10 PM