blob: 3eb2aed9f553f82c959c1f5276d6f7fd4f4a90ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<p>*not emphasized*
\<em>emphasis</em>
**not bold**
<br/> not a tag
[link](/foo) not a link
<a href="/foo)" title="title"">link</a>
`not code`</p>
<p>1. not a list item</p>
<p>* not a list.</p>
<p># Not a header</p>
<p>[foo]: /url "not a reference"</p>
<p>$ ^ ; can be escaped.
\a \b \T cannot.
unicode letters and symbols cannot: \π \‥.</p>
|