summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/test_sphinx_builds/test_extended_syntaxes.html
blob: cc6e85b5ab1c030de193f021024cadb7c7e01f89 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<div class="documentwrapper">
 <div class="bodywrapper">
  <div class="body" role="main">
   <section class="tex2jax_ignore mathjax_ignore" id="test">
    <h1>
     Test
     <a class="headerlink" href="#test" title="Permalink to this heading"></a>
    </h1>
    <p>
     *disabled*
    </p>
    <p>
     <span class="math notranslate nohighlight">
      \(a=1\)
     </span>
    </p>
    <div class="math notranslate nohighlight">
     \[x=5\]
    </div>
    <div class="math notranslate nohighlight" id="equation-2">
     <span class="eqno">
      (1)
      <a class="headerlink" href="#equation-2" title="Permalink to this equation"></a>
     </span>
     \[x=5\]
    </div>
    <p>
     $ a=1 $
    </p>
    <p>
     a
     <div class="math notranslate nohighlight">
      \[c=3\]
     </div>
     b
    </p>
    <div class="amsmath math notranslate nohighlight" id="equation-mock-uuid">
     <span class="eqno">
      (2)
      <a class="headerlink" href="#equation-mock-uuid" title="Permalink to this equation"></a>
     </span>
     \[\begin{equation}
b=2
\end{equation}\]
    </div>
    <div class="math notranslate nohighlight">
     \[ \begin{align}\begin{aligned}c=3\\d=4\end{aligned}\end{align} \]
    </div>
    <dl class="simple myst">
     <dt>
      Term **1**
     </dt>
     <dd>
      <p>
       Definition *1*
      </p>
      <p>
       second paragraph
      </p>
     </dd>
     <dt>
      Term 2
     </dt>
     <dd>
      <p>
       Definition 2a
      </p>
     </dd>
     <dd>
      <p>
       Definition 2b
      </p>
     </dd>
     <dt>
      Term 3
     </dt>
     <dd>
      <div class="highlight-none notranslate">
       <div class="highlight">
        <pre><span></span>code block
</pre>
       </div>
      </div>
     </dd>
     <dd>
      <blockquote>
       <div>
        <p>
         quote
        </p>
       </div>
      </blockquote>
     </dd>
     <dd>
      <p>
       other
      </p>
     </dd>
    </dl>
    <figure class="other align-default" id="target">
     <img alt="fun-fish" src="_images/fun-fish.png"/>
     <figcaption>
      <p>
       <span class="caption-text">
        This is a caption in **Markdown**
       </span>
       <a class="headerlink" href="#target" title="Permalink to this image"></a>
      </p>
     </figcaption>
    </figure>
    <figure class="other align-default" id="other-target">
     <a class="bg-primary mb-1 reference internal image-reference" href="_images/fun-fish.png">
      <img alt="fishy" class="bg-primary mb-1" src="_images/fun-fish.png" style="width: 200px;"/>
     </a>
     <figcaption>
      <p>
       <span class="caption-text">
        This is a caption in **Markdown**
       </span>
       <a class="headerlink" href="#other-target" title="Permalink to this image"></a>
      </p>
     </figcaption>
    </figure>
    <p>
     linkify URL:
     <a class="reference external" href="http://www.example.com">
      www.example.com
     </a>
    </p>
    <ul class="contains-task-list simple">
     <li class="task-list-item">
      <p>
       <input class="task-list-item-checkbox" disabled="disabled" type="checkbox"/>
       hallo
      </p>
     </li>
     <li class="task-list-item">
      <p>
       <input checked="checked" class="task-list-item-checkbox" disabled="disabled" type="checkbox"/>
       there
      </p>
     </li>
    </ul>
    <p>
     Numbered code block:
    </p>
    <div class="highlight-typescript notranslate">
     <div class="highlight">
      <pre><span></span><span class="linenos">1</span><span class="kr">type</span> <span class="nx">Result</span> <span class="o">=</span> <span class="s2">"pass"</span> <span class="o">|</span> <span class="s2">"fail"</span>
</pre>
     </div>
    </div>
   </section>
  </div>
 </div>
</div>