diff options
Diffstat (limited to 'library/parsedown/test/data/em_strong.html')
-rw-r--r-- | library/parsedown/test/data/em_strong.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/parsedown/test/data/em_strong.html b/library/parsedown/test/data/em_strong.html new file mode 100644 index 000000000..323d60aec --- /dev/null +++ b/library/parsedown/test/data/em_strong.html @@ -0,0 +1,8 @@ +<p><strong><em>em strong</em></strong></p> +<p><strong><em>em strong</em> strong</strong></p> +<p><strong>strong <em>em strong</em></strong></p> +<p><strong>strong <em>em strong</em> strong</strong></p> +<p><strong><em>em strong</em></strong></p> +<p><strong><em>em strong</em> strong</strong></p> +<p><strong>strong <em>em strong</em></strong></p> +<p><strong>strong <em>em strong</em> strong</strong></p>
\ No newline at end of file |