Example stylesheets for syntax highlight of code snippets.
[docutils/kirr.git] / sandbox / grubert / pdftest_2.txt
blob9ccd0bef873f001d3b565c6148e2c67ce89b4d07
1 .. This is a comment. Note how any initial comments are moved by
2    transforms to after the document title, subtitle, and docinfo.
4 ================================
5  reStructuredText Test Document
6 ================================
8 .. Above is the document title, and below is the subtitle.
9    They are transformed from section titles after parsing.
11 --------------------------------
12  Examples of Syntax Constructs
13 --------------------------------
15 .. bibliographic fields (which also require a transform):
17 Structural Elements
18 ===================
20 Section Title
21 -------------
23 That's it, the text just above this line.
25 Transitions
26 -----------
28 Here's a transition:
30 ---------
32 It divides the section.
34 Body Elements
35 =============
37 Paragraphs
38 ----------
40 A paragraph.
42 Inline Markup
43 `````````````
45 Paragraphs contain text and may contain inline markup: *emphasis*,
46 **strong emphasis**, `interpreted text`, ``inline literals``,
47 standalone hyperlinks (http://www.python.org), external hyperlinks
48 (Python_), internal cross-references (example_).