streams/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Nesting.text

11 lines
107 B
Text
Raw Normal View History

2019-12-04 05:46:07 +00:00
Valid nesting:
**[Link](url)**
[**Link**](url)
**[**Link**](url)**
Invalid nesting:
[[Link](url)](url)