Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_links_reference_style.html
1 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
2 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
3 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
4 <p>With <a href="/url/">embedded [brackets]</a>.</p>
5 <p>Indented <a href="/url">once</a>.</p>
6 <p>Indented <a href="/url">twice</a>.</p>
7 <p>Indented <a href="/url">thrice</a>.</p>
8 <p>Indented [four][] times.</p>
9 <pre><code>[four]: /url
10 </code></pre>