aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Nesting.text
blob: 791538c06e3502e6ee9023a2a26fe5b32ac0c0ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Valid nesting:

**[Link](url)**

[**Link**](url)

**[**Link**](url)**

Invalid nesting:

[[Link](url)](url)