H1 (do not use because hugo makes titles h1)
H2
H3
H4
H5
H6
Lists
(In this example, leading and trailing spaces are shown with with dots: ⋅)
- First ordered list item
- Another item ⋅⋅* Unordered sub-list.
- Actual numbers don’t matter, just that it’s a number ⋅⋅1. Ordered sub-list
- And another item.
-
another
-
unordered
-
list
-
a done todo item
-
an unfinished todo item
- Term
- This is the definition.
Links
- #links
- here
- here
- #links
- md.md#links
- ./md.md#links
- https://manual.pluckeye.net/ - warning, bare external link does not use target:_blank (javascript could fix this)
- this site
- md.md
- ./md.md
- /md.md
- /md.md#links
- ref md.md
- ref md.md#links
- ref md.md#targ1
Target-1
Target-2
Images
Backticks
markdown in here is *ignored*
markdown in here is *ignored*
echo this is sh
echo this is bash
echo this isbat
echo this is terminal, b
echo this is terminfo, b
echo this is text-plain
echo this is my-language
Emphasis
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Tables
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Block quotes
Quoth the Raven
References
- https://spec.commonmark.org/
- https://gohugo.io/getting-started/configuration-markup
- https://github.com/yuin/goldmark/#goldmark
- https://github.com/yuin/goldmark/#built-in-extensions
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Last updated: 2022-05-02