Feature showcase
Table of Contents
#Inline text elements
Examples:
markdown | output |
---|---|
**bold** text | bold text |
*italic* text | italic text |
`code` text | code text |
[links](#inline-text-elements) | links |
~~deleted~~ content |
html | output |
---|---|
<u>underline</u> emphasis | underline emphasis |
<ins>inserted</ins> content | inserted content |
normal <s>strikethrough</s> | normal |
<mark>highlight</mark> element | highlight element |
Keyboard <kbd>Ctrl + S</kbd> | Keyboard Ctrl + S |
superscript<sup>TM</sup> | superscriptTM |
subscript<sub>2</sub> | subscript2 |
<abbr title="Abbreviation" data-tooltip="Abbreviation">Abbr.</abbr> | Abbr. |
#Block elements
Blockquotes
If you tell the truth you donโt have to remember anything.
โ Mark Twain, Source
Lists
- Always
- Look
- on the
- Bright Side
- of
- Life
- -- - - -
- Now Entering by Marc Russo
- Neighborhood by Marc Russo
- Under Construction by Jerry Martin
- Buying Lumber by Jerry Martin
- Mall Rat by Jerry Martin
- Groceries by Marc Russo
1. 2. 1. 2. 3. 1.
- CSS pixel
- The term CSS pixel is synonymous with the CSS unit of absolute length px - which is normatively defined as being exactly 1/96th of 1 CSS inch (in).
- Source
- zola init
- zola serve
- zola check
- zola build
- ---
Footnotes
There are three kinds of lies: lies, damned lies, and statistics. 1
Horizontal Rules
#Tables
Name | Action | TCP |
---|---|---|
Alice | Send | SYN |
Bob | Receive & Send | SYN-ACK |
Alice | Receive & Send | ACK |
#Images
Note: the forward /
is needed because this image isnโt co-located, see a better example here.
#Videos
#Audios
#Notes
Note: this is probably easier to add video and audio via shortcodes