Sha256: 4ed56a61f830f8266dc4ca6d02dca295cfbab313e57647b1c2ebbfbea8335f6c

Contents?: true

Size: 1.63 KB

Versions: 2

Compression:

Stored size: 1.63 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

    constrai<strong>ned</strong> strong
    constrai<i>ned</i> italic
    
    <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

2 entries across 2 versions & 1 rubygems

Version Path
reverse_adoc-1.0.1 spec/assets/basic.html
reverse_adoc-1.0.0 spec/assets/basic.html