summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/test_sphinx_builds/test_extended_syntaxes.xml
blob: 8cefbe3b6cb102d0db02f32a7a526fbf85a67c9d (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<document source="index.md">
    <meta content="meta description" lang="en" name="description">
    <meta content="en_US" property="og:locale">
    <section classes="tex2jax_ignore mathjax_ignore" ids="test" names="test">
        <title>
            Test
        <paragraph>
            *disabled*
        <paragraph>
            <math>
                a=1
        <math_block nowrap="False" number="True" xml:space="preserve">
            x=5
        <target refid="equation-2">
        <math_block docname="index" ids="equation-2" label="2" nowrap="False" number="1" xml:space="preserve">
            x=5
        <paragraph>
            $ a=1 $
        <paragraph>
            a 
            <math_block nowrap="False" number="True" xml:space="preserve">
                c=3
             b
        <target refid="equation-mock-uuid">
        <math_block classes="amsmath" docname="index" ids="equation-mock-uuid" label="mock-uuid" nowrap="True" number="2" xml:space="preserve">
            \begin{equation}
            b=2
            \end{equation}
        <math_block docname="index" label="True" nowrap="False" number="True" xml:space="preserve">
            c=3
            
            d=4
        <definition_list classes="simple myst">
            <definition_list_item>
                <term>
                    Term **1**
                <definition>
                    <paragraph>
                        Definition *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
        <figure classes="other" ids="target" names="target">
            <image alt="fun-fish" candidates="{'*': 'fun-fish.png'}" uri="fun-fish.png">
            <caption>
                This is a caption in **Markdown**
        <figure classes="other" ids="other-target" names="other-target">
            <image alt="fishy" candidates="{'*': 'fun-fish.png'}" classes="bg-primary mb-1" uri="fun-fish.png" width="200px">
            <caption>
                This is a caption in **Markdown**
        <paragraph>
            linkify URL: 
            <reference refuri="http://www.example.com">
                www.example.com
        <bullet_list bullet="-" classes="contains-task-list">
            <list_item classes="task-list-item">
                <paragraph>
                    <raw format="html" xml:space="preserve">
                        <input class="task-list-item-checkbox" disabled="disabled" type="checkbox">
                     hallo
            <list_item classes="task-list-item">
                <paragraph>
                    <raw format="html" xml:space="preserve">
                        <input class="task-list-item-checkbox" checked="checked" disabled="disabled" type="checkbox">
                     there
        <paragraph>
            Numbered code block:
        <literal_block language="typescript" linenos="True" xml:space="preserve">
            type Result = "pass" | "fail"