Markdown Tutorial: Extended Examples

This page collects syntax that is useful in longer posts.

Tables

SizeMaterialColor
9LeatherBrown
10CanvasNatural

Code Blocks

for i in range(3):
    print(i)

Footnotes

A sentence can include a footnote marker.1

Inline HTML

Inline HTML can be written directly when you need custom inline markup.

Ctrl + K

Footnotes

  1. Footnote text goes here.