MultiMarkdown v6 Syntax Guide

text

MultiMarkdown Result
This text is **bold**.

This text is bold.

This text is also __bold__.

This text is also bold.

This text is *italicized*.

This text is italicized.

This itext is also _italicized_.

This itext is also italicized.

`This is some code.`

This is some code.

	This is a longer
	section of code
	on multiple lines.
This is a longer
section of code
on multiple lines.
m^2

m2

x^2,y^

x2,y

x~z

xz

C~6~H~12~O~6~

C6H12O6

Escaped characters -- \&

Escaped characters – &

"smart quotes"

“smart quotes”

'smart quotes'

‘smart quotes’

apostrophe's

apostrophe’s

en -- dash

en – dash

em --- dash

em — dash

ellipsis ...

ellipsis …

abbreviations

blockquotes

citations

criticmarkup

cross references

definition lists

fenced code blocks

footnotes

glossary

headings

horizontal rules

html blocks

images

linebreaks

links

lists

math

metadata

raw source

table of contents

tables

transclusion

variables

Acknowledgements