~sidnei/zope3/reduce-deps

« back to all changes in this revision

Viewing changes to src/zope/structuredtext/regressions/examples.ref

  • Committer: Sidnei da Silva
  • Date: 2010-07-05 21:07:01 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100705210701-zmqhqrbzad1mhzsl
- Reduce deps

Show diffs side-by-side

added added

removed removed

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