1sample1 = """\
2:::: {.warning}
3foo
4::: {.note}
5nested
6:::
7::::
8
9[
10 multiline
11](link)
12
13{manpage}`man(1)` reference
14
15[some [nested]{#a} anchors]{#b}
16
17*emph* **strong** *nesting emph **and strong** and `code`*
18
19- wide bullet
20
21- list
22
231. wide ordered
24
252. list
26
27- narrow bullet
28- list
29
301. narrow ordered
312. list
32
33> quotes
34>> with *nesting*
35>>
36>> nested code block
37>
38> - and lists
39> - ```
40> containing code
41> ```
42>
43> and more quote
44
45100. list starting at 100
461. goes on
47
48deflist
49: > with a quote
50 > and stuff
51
52 code block
53
54 ```
55 fenced block
56 ```
57
58 text
59
60more stuff in same deflist
61: foo
62"""