diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/escaping.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/escaping.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/escaping.md b/vendor/parsedown-0.9.0/tests/data/escaping.md new file mode 100644 index 00000000..164039f8 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/escaping.md @@ -0,0 +1,7 @@ +escaped \*emphasis\*. + +`escaped \*emphasis\* in a code span` + + escaped \*emphasis\* in a code block + +\\ \` \* \_ \{ \} \[ \] \( \) \> \# \+ \- \. \!
\ No newline at end of file |