Sha256: a59b3b3172068638456857efd69f667ec2b32c4e728abad4c2b74ff2ce5c3ddc

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

<html>
  <body>
    plain text
    <h1>h1</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>

    <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

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

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

    before hr
    <hr/>
    after hr

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

  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
reverse_markdown-0.7.0 spec/assets/basic.html
reverse_markdown-0.6.1 spec/assets/basic.html
reverse_markdown-0.6.0 spec/assets/basic.html
reverse_markdown-0.5.1 spec/assets/basic.html
reverse_markdown-0.5.0 spec/assets/basic.html
reverse_markdown-0.4.7 spec/assets/basic.html
reverse_markdown-0.4.6 spec/assets/basic.html
reverse_markdown-0.4.5 spec/assets/basic.html
reverse_markdown-0.4.4 spec/assets/basic.html