File: paragraph_end-disabled.html

package info (click to toggle)
ruby-kramdown-parser-gfm 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ruby: 217; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<p>A<br />
  - b</p>

<p>This is a list<br />
- or is it</p>

<p>blockquote<br />
&gt; text</p>

<p>header<br />
# text</p>

<p>codeblock fenced<br />
<code>
puts hello world
</code></p>

<ul>
  <li>
    <p>level 1<br />
some text</p>

    <p>begin level 2<br />
* level 2<br />
* level 2</p>
  </li>
</ul>

<h1 id="h1">h1</h1>
<p>## h2<br />
### h3</p>