Sha256: 7ee37415f9b16214022954e9494b25e7b2436380601f4f84328fd64ddb648c65

Contents?: true

Size: 1.45 KB

Versions: 14

Compression:

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

    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

14 entries across 14 versions & 2 rubygems

Version Path
reverse_markdown-3.0.0 spec/assets/basic.html
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/reverse_markdown-2.1.1/spec/assets/basic.html
reverse_markdown-2.1.1 spec/assets/basic.html
reverse_markdown-2.0.0 spec/assets/basic.html
reverse_markdown-1.4.0 spec/assets/basic.html
reverse_markdown-1.3.0 spec/assets/basic.html
reverse_markdown-1.2.0 spec/assets/basic.html
reverse_markdown-1.1.0 spec/assets/basic.html
reverse_markdown-1.0.5 spec/assets/basic.html
reverse_markdown-1.0.4 spec/assets/basic.html
reverse_markdown-1.0.3 spec/assets/basic.html
reverse_markdown-1.0.2 spec/assets/basic.html
reverse_markdown-1.0.1 spec/assets/basic.html
reverse_markdown-1.0.0 spec/assets/basic.html