diff options
Diffstat (limited to 'tests2/php-markdown-cases-new/Nesting.txt')
-rw-r--r-- | tests2/php-markdown-cases-new/Nesting.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests2/php-markdown-cases-new/Nesting.txt b/tests2/php-markdown-cases-new/Nesting.txt deleted file mode 100644 index 791538c..0000000 --- a/tests2/php-markdown-cases-new/Nesting.txt +++ /dev/null @@ -1,11 +0,0 @@ -Valid nesting: - -**[Link](url)** - -[**Link**](url) - -**[**Link**](url)** - -Invalid nesting: - -[[Link](url)](url)
\ No newline at end of file |