Markdown Syntax
A document demonstrating basic markdown syntax.
Typography hints
Headers
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
Please note that on this web site, only h2 and h3 appear in the Table of Contents in the top left corner of individual documents. This is configured in your config.toml.
Horizontal Rules
Emphasis
**This is bold text**
This is bold text
__This is bold text__
This is bold text
*This is italic text*
This is italic text
_This is italic text_
This is italic text
~~Deleted text~~
Deleted text
Blockquotes
Blockquotes can also be nested…
…by using additional greater-than signs right next to each other…
…or with spaces between arrows.
Lists
Unordered
- Create a list by starting a line with
+,-, or* - Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Marker character change forces new list start:
- Very easy!
Ordered
-
Lorem ipsum dolor sit amet
-
Consectetur adipiscing elit
-
Aenean commodo ligula eget dolor
-
You can use sequential numbers…
-
…or keep all the numbers as
1. -
Aenean massa
-
Cum sociis natoque penatibus
-
Magnis dis parturient montes
-
Nascetur ridiculus mus
-
Donec quam felis
Start numbering with offset:
- foo
- bar
Shortcodes
Please note the custom shortcodes available in ‘aknized’