Pandoc Markdown Test Document Computers, Programming

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.

Lists

Unordered List

  • Primary item A
  • Primary item B
    • Secondary item B1
    • Secondary item B2
      • Tertiary item B2a

Ordered List

  1. First procedural step
  2. Second procedural step
    1. Roman numeral sub-step
    2. Roman numeral sub-step
  3. 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.

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 A=πr2A = \pi r^2.

Block Mathematics: f(x)=f̂(ξ)e2πiξxdξ f(x) = \int_{-\infty}^{\infty} \hat{f}(\xi)\,e^{2 \pi i \xi x} \,d\xi

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
  • Metric 1
  • Metric 2
Group B 22.1
  • Metric 3
  • Metric 4

Footnotes should be collected and ordered in the footer below:


  1. This is the footnote.↩︎

Search Titles & Keywords