Theme typography element and component tests
2023/01/16 - Indie Web - David FrankInline 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#
![mushroom in forest](mushroom.jpg)
{{ thumbnail(src="mushroom.jpg",
alt="mushroom in forest",
link="https://www.pexels.com/photo/closeup-photo-of-red-and-white-mushroom-757292/",
author="Egor Kamelev",
type="Photo",
resize=600) }}
{{ thumbnail(src="mushroom.jpg",
alt="mushroom in forest",
caption="Mushroom Kingdom",
resize=600) }}
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 |