Sha256: 1d5f43a376bffacfe3ec94d3489bb846f73b306cf1a2c672e4e697e8a97bb66a

Contents?: true

Size: 1.55 KB

Versions: 19

Compression:

Stored size: 1.55 KB

Contents

<html>
  <body>
    plain text
    <h1>h1</h1>
    <h1 id="A">h1 with anchor</h1>
    <h2>h2</h2>
    <h3>h3</h3>
    <h4>h4</h4>
    <h5>h5</h5>
    <h6>h6</h6>

    <em>em tag content</em>
    before <em></em> and after empty em tags
    before <em> </em> and after em tags containing whitespace
    before <em> <em> <br /> </em> </em> and after em tags containing whitespace
    <em><em>double em tags</em></em>
    <p><em><em>double em tags in p tag</em></em></p>
    a<em> em with leading and trailing </em>whitespace
    a<em>     
        em with extra leading and trailing   
        </em>whitespace

    <strong>strong tag content</strong>
    before <strong></strong> and after empty strong tags
    before <strong> </strong> and after strong tags containing whitespace
    before <strong> <strong> <br /> </strong> </strong> and after strong tags containing whitespace
    <strong><strong>double strong tags</strong></strong>
    <p><strong><strong>double strong tags in p tag</strong></strong></p>
    before
    <strong>
        <strong>
          double strong tags containing whitespace
        </strong>
      </strong> after
    a<strong> strong with leading and trailing </strong>whitespace
    a<strong>     
        strong with extra leading and trailing   
        </strong>whitespace

    <b>b tag content</b>
    <i>i tag content</i>

    H<sub>2</sub>O
    A<sup>2</sup>B

    br tags become double space followed by newline<br/>

    before hr
    <hr/>
    after hr

    <div>section 1</div>
    <div>section 2</div>

    ignore <abbr>abbr</abbr>

  </body>
</html>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
reverse_adoc-0.3.7 spec/assets/basic.html
reverse_adoc-0.3.6 spec/assets/basic.html
reverse_adoc-0.3.5 spec/assets/basic.html
reverse_adoc-0.3.4 spec/assets/basic.html
reverse_adoc-0.3.3 spec/assets/basic.html
reverse_adoc-0.3.1 spec/assets/basic.html
reverse_adoc-0.3.0 spec/assets/basic.html
reverse_adoc-0.2.10 spec/assets/basic.html
reverse_adoc-0.2.9 spec/assets/basic.html
reverse_adoc-0.2.8 spec/assets/basic.html
reverse_adoc-0.2.7 spec/assets/basic.html
reverse_adoc-0.2.6 spec/assets/basic.html
reverse_adoc-0.2.5 spec/assets/basic.html
reverse_adoc-0.2.4 spec/assets/basic.html
reverse_adoc-0.2.3 spec/assets/basic.html
reverse_asciidoctor-0.2.2 spec/assets/basic.html
reverse_asciidoctor-0.2.1 spec/assets/basic.html
reverse_asciidoctor-0.2.0 spec/assets/basic.html
reverse_asciidoctor-0.1.0 spec/assets/basic.html