diff --git a/test/new/nested_square_link.html b/test/new/nested_square_link.html index 58d62c31..7b6986a1 100644 --- a/test/new/nested_square_link.html +++ b/test/new/nested_square_link.html @@ -1,27 +1,3 @@ -

Example 1

-

the ] character

-

Example 2

-

the ` character

- -

Example 3

- -

[ - [ - a c e - ](x) - g - [ - i k [m n](p) - ](w) -](z)

- -

Example 4

- -

[nested: ref](/foo) - -[nested: foo][ref]

- -

[nested: ref2][ref]

\ No newline at end of file diff --git a/test/new/nested_square_link.md b/test/new/nested_square_link.md index 4e802d7e..0f311e95 100644 --- a/test/new/nested_square_link.md +++ b/test/new/nested_square_link.md @@ -1,30 +1,3 @@ -### Example 1 - [the `]` character](/url) -### Example 2 - [the ` character](/url) - -### Example 3 - -[ - [ - [a](b) [c](d) [e](f) - ](x) - [g](h) - [ - [i](j) [k](l) [m [n](o)](p) - ](w) -](z) - -### Example 4 - -[nested: [ref]](/foo) -[nested: [foo](/bar)][ref] - -[nested: [ref2]][ref] - - -[ref]: /href "description" -[ref2]: /href2 \ No newline at end of file