diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-06 18:12:14 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-06 18:12:14 +0000 |
commit | a7635f5b1314a0df5342943d525dff68f4f3fb7b (patch) | |
tree | fa9aa15b2570d463f1e24662a8746b4fb4a7cea4 /src/site/apt/example.apt | |
parent | f1d1f5635a6d452b261c1c29e5c0e43a0320125b (diff) | |
download | mocca-a7635f5b1314a0df5342943d525dff68f4f3fb7b.tar.gz mocca-a7635f5b1314a0df5342943d525dff68f4f3fb7b.tar.bz2 mocca-a7635f5b1314a0df5342943d525dff68f4f3fb7b.zip |
Update project sites.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@728 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'src/site/apt/example.apt')
-rw-r--r-- | src/site/apt/example.apt | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/site/apt/example.apt b/src/site/apt/example.apt new file mode 100644 index 00000000..556e399c --- /dev/null +++ b/src/site/apt/example.apt @@ -0,0 +1,91 @@ +Section title + +* Sub-section title + +** Sub-sub-section title + +*** Sub-sub-sub-section title + +**** Sub-sub-sub-sub-section title + + * List item 1. + + * List item 2. + + Paragraph contained in list item 2. + + * Sub-list item 1. + + * Sub-list item 2. + + * List item 3. + Force end of list: + + [] + ++------------------------------------------+ +Verbatim text not contained in list item 3 ++------------------------------------------+ + + [[1]] Numbered item 1. + + [[A]] Numbered item A. + + [[B]] Numbered item B. + + [[2]] Numbered item 2. + + List numbering schemes: [[1]], [[a]], [[A]], [[i]], [[I]]. + + [Defined term 1] of definition list. + + [Defined term 2] of definition list. + ++-------------------------------+ +Verbatim text + in a box ++-------------------------------+ + + --- instead of +-- suppresses the box around verbatim text. + +[Figure name] Figure caption + +*----------*--------------+----------------: +| Centered | Left-aligned | Right-aligned | +| cell 1,1 | cell 1,2 | cell 1,3 | +*----------*--------------+----------------: +| cell 2,1 | cell 2,2 | cell 2,3 | +*----------*--------------+----------------: +Table caption + + No grid, no caption: + +*-----*------* + cell | cell +*-----*------* + cell | cell +*-----*------* + + Horizontal line: + +======================================================================= + +^L + New page. + + <Italic> font. <<Bold>> font. <<<Monospaced>>> font. + + {Anchor}. Link to {{anchor}}. Link to {{http://www.pixware.fr}}. + Link to {{{anchor}showing alternate text}}. + Link to {{{http://www.pixware.fr}Pixware home page}}. + + Force line\ + break. + + Non\ breaking\ space. + + Escaped special characters: \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\. + + Copyright symbol: \251, \xA9, \u00a9. + +~~Commented out.
\ No newline at end of file |