diff options
Diffstat (limited to 'library/parsedown/test/data/emphasis.md')
-rw-r--r-- | library/parsedown/test/data/emphasis.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/parsedown/test/data/emphasis.md b/library/parsedown/test/data/emphasis.md new file mode 100644 index 000000000..85b9d2299 --- /dev/null +++ b/library/parsedown/test/data/emphasis.md @@ -0,0 +1,13 @@ +_underscore_, *asterisk*, _one two_, *three four*, _a_, *b* + +**strong** and *em* and **strong** and *em* + +_line +line +line_ + +this_is_not_an_emphasis + +an empty emphasis __ ** is not an emphasis + +*mixed **double and* single asterisk** spans
\ No newline at end of file |