summaryrefslogtreecommitdiffstats
path: root/tests/test_renderers/fixtures/definition_lists.md
blob: c064fa2cdb6184b4e09e26637f66df53c9f81a9d (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Simple:
.
Term **1**

: Definition *1*

  second paragraph

Term 2
  ~ Definition 2a
  ~ Definition 2b

Term 3
  :     code block

  : > quote

  : other
.
<document source="<src>/index.md">
    <definition_list classes="simple myst">
        <definition_list_item>
            <term>
                Term
                <strong>
                    1
            <definition>
                <paragraph>
                    Definition
                    <emphasis>
                        1
                <paragraph>
                    second paragraph
        <definition_list_item>
            <term>
                Term 2
            <definition>
                <paragraph>
                    Definition 2a
            <definition>
                <paragraph>
                    Definition 2b
        <definition_list_item>
            <term>
                Term 3
            <definition>
                <literal_block language="none" xml:space="preserve">
                    code block
            <definition>
                <block_quote>
                    <paragraph>
                        quote
            <definition>
                <paragraph>
                    other
.