Link to this headingStatic Site Generator Test File
This file contains various code fence examples to test your static site generator’s capability to handle different syntaxes.
Link to this headingTable of Contents
Link to this headingStrudel
Strudel is used for live coding in the browser:
Link to this headingShaders
GLSL shader example:
Link to this headingASCII Tables
Example ASCII tables:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Row 1, C1 | Row 1, C2 | Row 1, C3 |
| Row 2, C1 | Row 2, C2 | Row 2, C3 |
| Multiline | Row 3, C2 | Row 3, C3 |
Another style:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Row 1, C1 | Row 1, C2 | Row 1, C3 |
| Row 2, C1 | Row 2, C2 | Row 2, C3 |
| Row 3, C1 | Row 3, C2 | Row 3, C3 |
Link to this headingSMILES
Chemical structure examples using SMILES notation:
Link to this headingPlantUML
Class diagram example:
Sequence diagram example:
Link to this headingVega
A simple bar chart using Vega:
A line chart example:
Link to this headingLaTeX
LaTeX equation examples:
Inline equation: $E = mc^2$
Block equation:
$$ \frac{d}{dx}\left( \int_{a}^{x} f(t) , dt \right) = f(x) $$
Complex equation:
$$ \begin{align} \nabla \times \vec{\mathbf{B}} -, \frac1c, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \ \nabla \times \vec{\mathbf{E}}, +, \frac1c, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{align} $$
Matrix example:
$$ \begin{pmatrix} a & b & c \ d & e & f \ g & h & i \end{pmatrix} $$
Link to this headingMermaid
Flowchart example:
Gantt chart example:
Entity Relationship diagram:
Link to this headingText Formatting
Regular text with bold, italic, and strikethrough.
Combined bold and italic formatting.
Link to this headingLists
Ordered list:
- First item
- Second item
- Third item
- Indented item
- Another indented item
1. Lets keep going
2. Lets keep going again
Unordered list:
- Item
- Another item
- Yet another item
- Nested item
- Even More Nested
- And one more for good measure
- Even More Nested
- Another nested item
- Even More Nested
- And one more for good measure
- Even More Nested
- Nested item
Link to this headingLinks and Images
Link to this headingBlockquotes
This is a blockquote
It can span multiple lines
Link to this headingHorizontal Rule
Link to this headingCode
Inline code formatting.
Link to this headingTables2
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 |
Link to this headingTask Lists
- Completed task
- Incomplete task
- Another incomplete task
Link to this headingFootnotes
Here’s a sentence with a footnote.1
Link to this headingDefinition Lists
- Term 1
- Definition 1
- Term 2
- Definition 2a
- Definition 2b
Link to this headingEmoji
😄 ❤️ 👍 🚀
Link to this headingComments
This concludes the test file with all the requested syntax elements.
Link to this headingNotes
-
This is the footnote content. ↩