Skip to content

Markdown

Is a nice syntax language, used on the Web.

A great cheat sheet

# Heading 1
## Heading 2
### Heading 4
#### Heading 5
###### Heading 6

Font formatting¶

*italic* or _italic_
**bold** or __bold__
\~\~strikethrough\~\~
\=\=highlight\=\=

List¶

Unordered list¶

- Item
\ - Tab for nested item

Ordered list¶

\1. Item
\ 1. Item

Styling¶

> Quote

Code snippet¶

`Code snippet `
```python
Code block with language
List of all supported language ```

If published on Jekyll, use {% raw %} and {% endraw %}.

Horizontal rule: ---

Reference¶

[name link](../url)
![name img](../url)

Table¶

Header 1 | Header 2
-|-
Content 1 | Content 2

Line return in table: <br>