PHP Markdown Lib 1.9.1 /PHP SmartyPants Lib 1.8.1
PHP Markdown is copyright © 2004-2021 Michel Fortin.
Markdown and the Markdown Dingus are copyright © 2004 John Gruber,
used with permission.
*italic* **bold**_italic_ __bold__Inline:
An [example](http://url.com/ "Title")Reference-style labels (titles are optional):
An [example][id]. Then, anywhereelse in the doc, define the link: [id]: http://example.com/ "Title"Inline (titles are optional):
Reference-style:
![alt text][id] [id]: /url/to/img.jpg "Title"Setext-style:
Header 1========Header 2--------atx-style (closing #'s are optional):
# Header 1 ### Header 2 ######## Header 6Ordered, without paragraphs:
1. Foo2. BarUnordered, with paragraphs:
* A list item. With multiple paragraphs.* BarYou can nest them:
* Abacus * ass* Bastard 1. bitch 2. bupkis * BELITTLER 3. burper* Cunning> Email-style angle brackets> are used for blockquotes.> > And, they can be nested.> #### Headers in blockquotes> > * You can quote a list.> * Etc.`<code>` spans are delimitedby backticks.You can include literal backtickslike `` `this` ``.Indent every line of a code block by at least 4 spaces or 1 tab.
This is a normal paragraph. This is a preformatted code block.Three or more dashes or asterisks:
---* * *- - - -End a line with two or more spaces:
Roses are red, Violets are blue.