~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/extensions/admonition.txt

  • Committer: Antti Kaijanmäki
  • Date: 2015-09-21 20:43:11 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20150921204311-bnmu8s14n6ovobyu
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Some text
 
2
 
 
3
!!! note
 
4
    A normal paragraph here
 
5
 
 
6
    1. first
 
7
    2. second
 
8
 
 
9
    > Some important quote
 
10
 
 
11
    > another paragraph in the quote
 
12
 
 
13
        int main() {
 
14
            // insert some code
 
15
        }
 
16
 
 
17
More text and stuff.
 
18
 
 
19
!!! Note "Did you know?"
 
20
    You can customize the title of the admonition
 
21
Not part of an Admonition!
 
22
 
 
23
!!! mycustomcssclass "And now..."
 
24
    For something completely different.
 
25
 
 
26
    You can also use a custom CSS class name.
 
27
 
 
28
!!! tip ""
 
29
    An explicitly empty string prevents the title from being rendered.