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