Static Elements
This page demonstrates markdown rendering in the theme.
Headings
H1
H2
H3
H4
H5
H6
Paragraphs
Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt.
Maecenas interdum malesuada egestas.
Lists
Ordered list
- First item
- Second item
- Third item
Unordered list
- Top level
- Nested level
- Nested level
- Nested level
Task list
- Incomplete item
- Completed sub-item
- Completed sub-item
- Incomplete sub-item
Description list
- Sun
- Daytime example
- Moon
- Nighttime example
Block quote
Example block quote.
– Source
Horizontal rule
Text after a horizontal rule.
Images
Regular image:

Dark-mode inverted image:

Tables
| Name | Role | Focus |
|---|---|---|
| Maria Anders | Lead Navigator | Cartography |
| Helen Bennett | Tech Specialist | Communication |
| Giovanni Rovelli | Research Lead | Analysis |
Links
Footnotes
Footnote example1, plus another one2.
Code
Inline code
This is inline code.
Plain text
Plain text example.
Bash
if [ $? -ne 0 ]; then
echo "Command failed.";
#adapt and overcome
fi;
Keyboard input
Press Ctrl + C to copy, and Ctrl + V to paste.
Math
Powered by MathJax:
\[\begin{equation} \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} \end{equation}\]Mermaid
graph TD;
A[Markdown]-->B[Static];
A-->C[Dynamic];