summaryrefslogtreecommitdiff
path: root/tests/extensions/admonition.txt
blob: d24336b4a2d0e2d27b2d81c4748e71fe32cb70d1 (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
Some text

!!! note
    A normal paragraph here

    1. first
    2. second

    > Some important quote

    > another paragraph in the quote

        int main() {
            // insert some code
        }

More text and stuff.

!!! Note "Did you know?"
    You can customize the title of the admonition
Not part of an Admonition!

!!! mycustomcssclass "And now..."
    For something completely different.

    You can also use a custom CSS class name.

!!! tip ""
    An explicitly empty string prevents the title from being rendered.