Test¶
Checkliste¶
- Lorem ipsum dolor sit amet, consectetur adipiscing elit
- Vestibulum convallis sit amet nisi a tincidunt
- In hac habitasse platea dictumst
- In scelerisque nibh non dolor mollis congue sed et metus
- Praesent sed risus massa
- Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
Admonition¶
Test
This is a note admonition.
Definition Lists¶
- Term 1
- Definition 1
- Term 2
- Definition 2a
- Definition 2b
Footnotes¶
- Here is a footnote reference.
-
Here is the footnote.
Tables¶
| Column 1 | Column 2 |
|---|---|
| Cell 1 | Cell 2 |
Abbreviations¶
The HTML specification is maintained by the W3C.
Markdown in HTML¶
This is *true* markdown text.
pymdownx.arithmatex¶
\[
E(\mathbf{v}, \mathbf{h}) = -\sum_{i,j}w_{ij}v_i h_j - \sum_i b_i v_i - \sum_j c_j h_j
\]
pymdownx.betterem¶
bold text italic text
pymdownx.caret¶
highlighted text
pymdownx.mark¶
marked text
pymdownx.tilde¶
H2O
pymdownx.critic¶
This is old text a sentence.
pymdownx.details¶
Title
This is the content.
pymdownx.emoji¶

pymdownx.highlight¶
print("Hello, world!")