Theme typography element and component tests
Table of Contents
#Inline elements
Supporting links, bold text, italic text, underline emphasis, deleted content, inserted content, normal strikethrough, small text, superscriptTM, subscript2, inline code, Abbr., highlight element, Keyboard Ctrl + S.
Supporting [links](#inline-elements),
**bold** text,
*italic* text,
<u>underline</u> emphasis,
~~deleted~~ content,
<ins>inserted</ins> content,
normal <s>strikethrough</s>,
<small>small</small> text,
superscript<sup>TM</sup>,
subscript<sub>2</sub>,
inline `code`,
<abbr title="Abbreviation">Abbr.</abbr>,
<mark>highlight</mark> element,
Keyboard <kbd>Ctrl + S</kbd>.
#Images and captions



{{ img(src="mushroom.jpg",
alt="mushroom in forest",
link="https://www.pexels.com/photo/closeup-photo-of-red-and-white-mushroom-757292/",
author="Egor Kamelev",
caption="Photo",
low=600,
high=1200) }}

{{ img(src="mushroom.jpg",
alt="mushroom in forest",
caption="Mushroom Kingdom",
low=600,
high=1200) }}
#More block elements
#Quotes
2B or not 2B, that is the question.
– NieR: Automata
> <u>2B</u> or not <u>2B</u>, that is the question.
>
> -- <cite>NieR: Automata</cite>
#Lists
- Alpha
- Beta
- Gamma
- Gamma I
- Gamma II
- Gamma III
- Gamma IV
- Delta
- Concrete Jungle
- Illumination
- Infrastructure
- New Terrain
- Night Life
- Power Grid
- Simcity
- City Builder
1. Alpha
2. Beta
3. Gamma
1. Gamma I
2. Gamma II
3. Gamma III
4. Gamma IV
4. Delta
- Building
- Concrete Jungle
- Illumination
- Infrastructure
- New Terrain
- Night Life
- Power Grid
<dl>
<dt>Simcity</dt>
<dd>City Builder</dd>
</dl>
#Rulers
First section of text …
Second section of text …
First section of text ...
---
Second section of text ...
#Tables
| Name | Action |
|---|---|
| Alice | Send |
| Bob | Receive |
| Name | Action |
| ----- | ------ |
| Alice | Send |
| Bob | Receive |
