aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/extra/simple_def-lists.txt
blob: 20e9afa74cfbd546c6168b7d4b40dc4b42bde236 (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
30
31
32
33
34
35
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

and more text.

term 4
: def4
  line 2 of def 4

final text.