Revert 13dd38a "add tests for link nesting"

This commit is contained in:
Federico Soave 2018-03-06 02:48:39 +01:00
parent 55f47f1aa2
commit 7a80cdfceb
2 changed files with 0 additions and 51 deletions

View File

@ -1,27 +1,3 @@
<h3 id="example-1">Example 1</h3>
<p><a href="/url">the <code>]</code> character</a></p> <p><a href="/url">the <code>]</code> character</a></p>
<h3 id="example-2">Example 2</h3>
<p><a href="/url">the ` character</a></p> <p><a href="/url">the ` character</a></p>
<h3 id="example-3">Example 3</h3>
<p>[
[
<a href="b">a</a> <a href="d">c</a> <a href="f">e</a>
](x)
<a href="h">g</a>
[
<a href="j">i</a> <a href="l">k</a> [m <a href="o">n</a>](p)
](w)
](z)</p>
<h3 id="example-4">Example 4</h3>
<p>[nested: <a href="/href" title="description">ref</a>](/foo)
[nested: <a href="/bar">foo</a>][ref]</p>
<p>[nested: <a href="/href2">ref2</a>][ref]</p>

View File

@ -1,30 +1,3 @@
### Example 1
[the `]` character](/url) [the `]` character](/url)
### Example 2
[the ` character](/url) [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