Markdown Tutorial: Extended Examples
Markdown Tutorial: Extended Examples
This page collects syntax that is useful in longer posts.
Tables
| Size | Material | Color |
|---|---|---|
| 9 | Leather | Brown |
| 10 | Canvas | Natural |
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
-
Footnote text goes here. ↩
Markdown Tutorial: Extended Examples
https://github.com/emn178/markdown Author
emn178
Publish Date
01 - 20 - 2026
License
Unlicensed