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

  1. First item
  2. Second item
  3. Third item

Unordered list

Task list

Description list

Sun
Daytime example
Moon
Nighttime example

Block quote

Example block quote.

Source

Horizontal rule


Text after a horizontal rule.

Images

Regular image: Day Landscape

Dark-mode inverted image: Night Landscape

Tables

Name Role Focus
Maria Anders Lead Navigator Cartography
Helen Bennett Tech Specialist Communication
Giovanni Rovelli Research Lead Analysis

https://yree.io

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];
  1. First footnote. 

  2. Second footnote.