~srichter/z3c.rml/trunk

« back to all changes in this revision

Viewing changes to src/z3c/rml/tests/input/tag-para.rml

  • Committer: srichter
  • Date: 2012-12-21 06:58:39 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:z3c.rml/trunk:128843
Get ready for release. Added a few more examples and thus tests. Updated 
the reference doc and DTD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    <h1 doc:example="">Header 1</h1>
22
22
    <h2 doc:example="">Header 2</h2>
23
23
    <h3 doc:example="">Header 3</h3>
 
24
    <h4 doc:example="">Header 4</h4>
 
25
    <h5 doc:example="">Header 5</h5>
 
26
    <h6 doc:example="">Header 6</h6>
24
27
    <para doc:example="">Paragraph</para>
25
28
    <pre doc:example="">Preformatted <b>text</b> only.</pre>
26
29
    <xpre doc:example="">Preformatted with <i>markup</i>.</xpre>