File: paragraphs.html

package info (click to toggle)
ruby-reverse-markdown 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: ruby: 1,452; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
  <body>
    <p>First content</p>
    <p>
      Second
      content
    </p>
    <p>
      <em>Complex</em>
      <pre>
        <code>Content</code>
      </pre>
    </p>
    <p>
      <strong>Trailing whitespace: </strong>
    </p>
    <p>
      <strong>Trailing non-breaking space:&nbsp;</strong>
    </p>
    <p>
      <strong><em>Combination:&nbsp;</em></strong>
    </p>
  </body>
</html>