test/script/markdown/anchors-by-reference.js.EXPECTED

changeset 963
e2497b11a021
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/markdown/anchors-by-reference.js.EXPECTED	Wed Aug 20 10:26:01 2014 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +<p>This is <a href="http://example.com/" title="Optional Title Here">an example</a> reference-style link.
     1.5 +This is <a href="http://example.com/" title="Optional Title Here">another</a> reference-style link.
     1.6 +This is <a href="http://example.com/" title="Optional Title Here">a third</a> reference-style link.
     1.7 +This is <a href="http://example.com/" title="Optional Title Here">a fourth</a> reference-style link.</p>

mercurial