diff options
Diffstat (limited to 'tests2/php-markdown-cases-new/Nesting.html')
-rw-r--r-- | tests2/php-markdown-cases-new/Nesting.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Nesting.html b/tests2/php-markdown-cases-new/Nesting.html new file mode 100644 index 0000000..be47e21 --- /dev/null +++ b/tests2/php-markdown-cases-new/Nesting.html @@ -0,0 +1,17 @@ +<p>Valid nesting: +</p> + +<p><strong><a href="url">Link</a></strong> +</p> + +<p><a href="url"><strong>Link</strong></a> +</p> + +<p><strong><a href="url"><strong>Link</strong></a></strong> +</p> + +<p>Invalid nesting: +</p> + +<p><a href="url">[Link](url)</a> +</p> |