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
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Aenean commodo ligula eget dolor

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

  6. Aenean massa

  7. Cum sociis natoque penatibus

  8. Magnis dis parturient montes

  9. Nascetur ridiculus mus

  10. Donec quam felis

Start numbering with offset:

  1. foo
  2. bar

Shortcodes

Please note the custom shortcodes available in ‘aknized’