summaryrefslogtreecommitdiff
path: root/oldtests/Misc/BackslashEscapes.html
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**
&lt;br/&gt; not a tag
[link](/foo) not a link
<a href="/foo)" title="title&quot;">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 &quot;not a reference&quot;</p>
<p>$ ^ ; can be escaped.
\a \b \T cannot.
unicode letters and symbols cannot: \π \‥.</p>