summaryrefslogtreecommitdiffstats
path: root/tests/test_renderers/fixtures/containers.md
blob: f67bea8482be4463f9749b223e2d71921184c3ac (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
Basic note:
.
::: {note}
*hallo*
:::
.
<document source="<src>/index.md">
    <note>
        <paragraph>
            <emphasis>
                hallo
.

Admonition with options:
.
::: {admonition} A **title**
:class: other

*hallo*
:::
.
<document source="<src>/index.md">
    <admonition classes="other">
        <title>
            A
            <strong>
                title
        <paragraph>
            <emphasis>
                hallo
.