1Small Trials for Structured Text Formatting
2
3  This paragraph should be preceded by a level 1 header.  It should
4  not, itself, be made into a header, just a regular paragraph.
5
6  Here are a few presentation styles, in a list [1]:
7
8  - A word: *emphasized*.
9
10  - A word: _underlined_.
11
12  - A word **strong**.
13
14  - An inline example: '1+2'.
15
16  - Another example with a different format:
17    ``x='spam''' or ``y='spam''' or ``<dtml-var spam>''.'
18
19    We can use expressions in the DTML var tag as
20    in ``<dtml-var "x+'.txt'">''
21
22  - A mult-line example::
23
24     blah
25
26     *foo bar*
27
28     <dtml-var yeha>
29
30
31.. [1] (The referring text should be a paragraph, not a header, and
32should contain a reference to this footnote, footnote "[1]".)
33
34  Some hrefs, in a definition list:
35
36  _Regular_ -- "http://www.zope.org/":http://www.zope.org
37
38  _W/trailing punctuation_ -- "http://www.zope.org/":http://www.zope.org.
39
40  _W protocol implicit_ -- "locallink"::locallink
41
42  _W protocol implicit_, alternate -- "locallink", :locallink
43
44  |||| A Simple Two-column Table ||
45  || Column A || Column B ||
46  || Apples   || Oranges  ||
47
48