Pandoc Markdown Test Document
2026-05-18
A comprehensive test file for rendering Pandoc-flavored Markdown elements Zettlr for refinement and adaptation.
Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Inline Formatting
This paragraph demonstrates strong emphasis (bold), standard emphasis (italics), and combined emphasis. Markdown also supports strikethrough. For scientific text, Pandoc uses H2O for subscript and E=mc2 for superscript. Text can be formatted as inline code or as Smallcaps.
Links and Images
Standard URL: English Wikipedia Landing Page
Functional Image Embed Syntax:
Lists
Unordered List
- Primary item A
- Primary item B
- Secondary item B1
- Secondary item B2
- Tertiary item B2a
Ordered List
- First procedural step
- Second procedural step
- Roman numeral sub-step
- Roman numeral sub-step
- Third procedural step
Task List
Definition List
- Hypothesis
- A proposed explanation made on the basis of limited evidence as a starting point for further investigation.
- Theory
- A carefully thought-out explanation for observations of the natural world that has been constructed using the scientific method.
Blockquotes
This is a standard blockquote indicating an excerpt from an external source.
This is a nested blockquote, utilizing a secondary level of indentation.
Line Blocks
This represents a line block.
Hard line breaks are explicitly preserved by the parser.
This format is structurally optimal for verse or structured addresses.
Hard line breaks are explicitly preserved by the parser.
This format is structurally optimal for verse or structured addresses.
Footnotes and Citations
This sentence demonstrates the implementation of a footnote reference.1
Code Blocks
# Fenced code block with syntax highlighting
def calculate_bayesian_update(prior, likelihood, evidence):
posterior = (likelihood * prior) / evidence
return posterior
Mathematics
Inline Mathematics: The formula for the area of a circle is .
Block Mathematics:
Tables
Pipe Table
| Parameter | Default Value | Description |
|---|---|---|
| Align-Left | Centered | Align-Right |
| Alpha | 0.05 | Significance level |
| Beta | 0.20 | Type II error rate |
Grid Table
| Category | Value | Characteristics |
|---|---|---|
| Group A | 14.5 |
|
| Group B | 22.1 |
|
Footnotes should be collected and ordered in the footer below:
This is the footnote.↩︎