This file is a designed as a single test that incorporates most of the commonly used MultiMarkdown features. This allows a single test file to identify common structures that are not supported yet – particularly useful when developing a new output format.

Basic Blocks

paragraph

fenced
code
indented
code

blockquote

code span

emph and strong and both

emph and strong and both

Escapes

  1. $

  2. #

  3. [

Footnotes

Foo.1

Bar.2

Cite.(1)

Cite.(2)

Links and Images

link and link

test
test

Math

foo

bar

bar

Math

foo \({e}^{i\pi }+1=0\) bar

\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]

foo \({e}^{i\pi }+1=0\) bar

foo \({e}^{i\pi }+1=0\), bar

\[{x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}\]

Smart Quotes

“foo” and ‘bar’ – with — dashes…

CriticMarkup

foo

bar

foobar

foo

bar

Definition Lists

foo
bar
*foo bar
baz bat*

Horizontal Rules


Glossary

term

Abbreviations

MultiMarkdown (MMD)


  1. This is an inline footnote  ↩

  2. And a reference footnote.  ↩


  1. term:

    A term to be defined.  ↩


  1. Inline Citation  ↩

  2. bar  ↩