File: paragraph_end-disabled.text

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 (27 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (8)
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
A
  - b

This is a list
- or is it

blockquote
> text

header
# text

codeblock fenced
```
puts hello world
```

* level 1
  some text

  begin level 2
  * level 2
  * level 2

# h1
## h2
### h3