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