Sha256: 35e07fb96ab26bf853a057b28ba3399c451aa3aa342c46e5dac294b1d4e285a6

Contents?: true

Size: 954 Bytes

Versions: 4

Compression:

Stored size: 954 Bytes

Contents

<html>
  <body>
    some text...
    <a href="http://foobar.com">Foobar</a>
    <a href="http://foobar.com" title="f***** up beyond all recognition">Fubar</a>
    <a href="http://strong.foobar.com"><strong>Strong foobar</strong></a>
    Period after the anchor: there shouldn't be an extra space after the <a href="http://foobar.com">anchor</a>. But inline, <a href="http://foobar.com">there</a> should be a space.

    ignore <a href="foo.html">   </a> anchor tags with no link text
    pass through the text of <a href="#content">internal jumplinks</a> without treating them as links
    pass through the text of <a id="content">anchor tags with no href</a> without treating them as links

    some text...

    <img src="http://foobar.com/logo.png">
    <img alt="foobar image" src="http://foobar.com/foobar.png">
    <img alt="foobar image 2" title="this is the foobar image 2" src="http://foobar.com/foobar2.png">
    some text...
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reverse_markdown-0.4.4 spec/assets/anchors.html
reverse_markdown-0.4.3 spec/assets/anchors.html
reverse_markdown-0.4.2 spec/assets/anchors.html
reverse_markdown-0.4.1 spec/assets/anchors.html