MultiMarkdown Syntax Guide
This is an old version of MMD Guide. Please use the latest version of Multimarkdown Syntax Guide
text
| MultiMarkdown | Result |
|---|---|
|
This text is bold. |
|
This text is also bold. |
|
This text is italicized. |
|
This text is also italicized. |
|
And this is the
|
|
|
|
|
|
m2 |
|
x2 y3 |
|
xz |
|
C6H12O6 |
|
Escaped characters – & |
|
“double quotes” |
|
‘single quotes’ |
|
apostrophe’s |
|
ellipsis … |
abbreviations
| MultiMarkdown | Result |
|---|---|
|
Hypertext Markup Language (HTML) and HTML |
|
Hypertext Markup Language (HTML) and HTML |
blockquotes
| MultiMarkdown | Result |
|---|---|
|
Regular text.
|
citations
| MultiMarkdown | Result |
|---|---|
|
Cite a source.(p. 42, 1)
|
|
Cite a source.(p. 42, 1)
|
cross references
| MultiMarkdown | Result |
|---|---|
|
IntroConclusionLink to Intro. Link to the end. |
definition lists
| MultiMarkdown | Result |
|---|---|
|
|
fenced code blocks
| MultiMarkdown | Result |
|---|---|
|
|
|
|
footnotes
| MultiMarkdown | Result |
|---|---|
|
Text.1
|
|
Text.1
|
glossary
| MultiMarkdown | Result |
|---|---|
|
Glossary is a glossary term.
|
|
Glossary is a glossary term.
|
headings
| MultiMarkdown | Result |
|---|---|
|
H1 Header |
|
H2 Header |
|
Header with custom id |
|
H1 Header |
|
H2 Header |
horizontal rules
| MultiMarkdown | Result |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
html blocks
| MultiMarkdown | Result |
|---|---|
|
Inserting a page break:
|
Page break
|
|
*bar*
|
|
*bar*
|
|
foo
*bar*
|
|
*bar*
|
|
bar |
|
|
|
|
|
foo
|
|
|
|
bar |
images
| MultiMarkdown | Result |
|---|---|
|
Image - |
|
Image with title - |
|
Image with attributes - |
|
Image by itself becomes a figure.
|
linebreaks
| MultiMarkdown | Result |
|---|---|
No linebreak symbols:
|
foo bar |
Double-space linebreak symbols:
|
foo |
Backslash linebreak symbol:
|
foo |
links
| MultiMarkdown | Result |
|---|---|
|
Link to Website |
|
Link to Website. |
|
Link to Website. |
|
Link to Website. |
|
Link to Website. |
|
Link to http://serpensoft.com |
|
lists
| MultiMarkdown | Result |
|---|---|
Unordered Lists:
|
|
Ordered Lists:
|
|
Todo Lists:
|
|
math
| MultiMarkdown | Result |
|---|---|
|
A formula, \({e}^{i\pi }+1=0\), inside a paragraph. |
|
A formula, \({e}^{i\pi }+1=0\), inside a paragraph. |
|
\[{e}^{i\pi }+1=0\] |
|
\[{e}^{i\pi }+1=0\] |
diagrams
| MultiMarkdown | Result |
|---|---|
|
|
metadata
| MultiMarkdown | Result |
|---|---|
|
Content |
raw source
| MultiMarkdown | Result |
|---|---|
|
*foo* |
|
*foo* |
|
*foo* |
|
table of contents
| MultiMarkdown | Result |
|---|---|
|
Table of ContentsIntroConclusion |
tables
| MultiMarkdown | Result | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
|||||||||
|
|
|||||||||
transclusion
| MultiMarkdown | Result |
|---|---|
|
This is the content of the file |
|
This is the content of the file |
variables
| MultiMarkdown | Result |
|---|---|
|
(Variables defined in metadata.) bar |
Acknowledgements
Inspired by the MultiMarkdown Syntax Guide by Fletcher T. Penney
