diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/em_strong.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/em_strong.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/em_strong.md b/vendor/parsedown-0.9.0/tests/data/em_strong.md new file mode 100644 index 00000000..9abeb3fd --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/em_strong.md @@ -0,0 +1,15 @@ +___em strong___ + +___em strong_ strong__ + +__strong _em strong___ + +__strong _em strong_ strong__ + +***em strong*** + +***em strong* strong** + +**strong *em strong*** + +**strong *em strong* strong**
\ No newline at end of file |