Sha256: 7f66a6664e049b72703a7b0e7ea8214a9edc6d7fd46f9ecdd5dff545499b6c87

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

<html>
  <body>
    plain text
    <h1>h1</h1>
    <h2>h2</h2>
    <h3>h3</h3>
    <h4>h4</h4>

    <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

4 entries across 4 versions & 1 rubygems

Version Path
reverse_markdown-0.4.3 spec/assets/basic.html
reverse_markdown-0.4.2 spec/assets/basic.html
reverse_markdown-0.4.1 spec/assets/basic.html
reverse_markdown-0.4.0 spec/assets/basic.html