Using Markdown for posts

Learn how to use markdown for your posts.

circle-info

NOTICE: You can't preview Markdown formatting before publishing. To view it, publish the post or save it as a draft.

Images

Replace image alt text with your image name and for image path, you'll have to use a website to upload your image on such as Imgurarrow-up-right.

![Image alt text](image path)
 [Link name](https://replace_with_your_link)
https://replace_with_your_link

This is an alternative because it'll automatically convert into a link.

Headings

# Heading level 1	
## Heading level 2	
### Heading level 3	
#### Heading level 4	
##### Heading level 5
###### Heading level 6

Table Formatting

Bold Text

Italics Text

Strikethrough

Highlight a word

Blockqoutes

Nested Blockqoutes

Blockqoutes with other elements

Fenced Code Blocks

Syntax Highlighting

Not all are stated here, but we recommend you refer to markdown guidearrow-up-right. Bear in mind that not everything will work from that source.


Last updated