1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

improve tests

This commit is contained in:
Emanuil Rusev
2013-11-10 10:44:52 +02:00
parent 8e6f4cf7b8
commit a37f5ff31e
60 changed files with 222 additions and 382 deletions

View File

@@ -1,11 +1,3 @@
Here's an *emphasis* and here's an escaped \*emphasis\*. Here are also an escaped \`code span\`, escaped \[inline link](http://example.com).
Here's an *emphasis* and here's an escaped \*emphasis\*. Here are also an escaped \`code span\`, an escaped \[inline link](http://example.com) and an escaped `\*emphasis\*` inside of a code span.
Here's `an escaped \*emphasis\* inside of a code span`.
Here's one inside of a code block:
An escaped \*emphasis\*.
Finally, an escaped reference:
\[1]: http://example.com
An escaped \*emphasis\* inside of a code block.