aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions-x-def_list/simple_def-lists.txt
blob: 20c028a04fe1cc58dee1af58bd76b51023b1ddc1 (plain)
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
Some text

term1
:   Def1

term2-1
term2-2
:   Def2-1
:   Def2-2

more text

term *3*
:   def 3
    line __2__ of def 3

    paragraph 2 of def 3.

:   def 3-2

        # A code block in a def

    > a blockquote

    * a list item

    * > blockquote in list

final text.