%PDF- %PDF-
Direktori : /home/vacivi36/ava/mod/wiki/tests/fixtures/output/creole/ |
Current File : /home/vacivi36/ava/mod/wiki/tests/fixtures/output/creole/9 |
<h3><a name="toc-1"></a>Top-level heading (1)</h3> <h4><a name="toc-2"></a>This a test for creole 0.1 (2)</h4> <h5><a name="toc-3"></a>This is a Subheading (3)</h5> <h6>Subsub (4)</h6> <h6>Subsubsub (5)</h6> <p>The ending equal signs should not be displayed:</p> <p>Top-level heading (1)</p> <h4><a name="toc-4"></a>This a test for creole 0.1 (2)</h4> <h5><a name="toc-5"></a>This is a Subheading (3)</h5> <h6>Subsub (4)</h6> <h6>Subsubsub (5)</h6> <p>You can make things <strong>bold</strong> or <em>italic</em> or <strong><em>both</em></strong> or <em><strong>both</strong></em>.</p> <p>Character formatting extends across line breaks: <strong>bold, this is still bold. This line deliberately does not end in star-star.</strong></p> <p>Not bold. Character formatting does not cross paragraph boundaries.</p> <p>You can use <a href="http://internal+links">internal links</a> or <a href="http://www.wikicreole.org">external links</a>, give the link a <a href="http://internal+links">different</a> name.</p> <p>Here's another sentence: This wisdom is taken from <a href="http://Ward+Cunningham%27s">Ward Cunningham's</a> <a href="http://www.c2.com/doc/wikisym/WikiSym2006.pdf">Presentation at the Wikisym 06</a>.</p> <p>Here's a external link without a description: <a href="http://www.wikicreole.org">http://www.wikicreole.org</a></p> <p>Be careful that italic links are rendered properly: <em><a href="http://my.book.example/">My Book Title</a></em> </p> <p>Free links without braces should be rendered as well, like <a href="http://www.wikicreole.org/">http://www.wikicreole.org/</a> and <a href="http://www.wikicreole.org/users/~example">http://www.wikicreole.org/users/~example</a>. </p> <p>Creole1.0 specifies that <a href="http://bar">http://bar</a> and <a href="ftp://bar">ftp://bar</a> should not render italic, something like foo:<em>bar should render as italic.</em></p> <p>You can use this to draw a line to separate the page:</p> <hr /> <p>You can use lists, start it at the first column for now, please...</p> <p>unnumbered lists are like</p> <ul> <li>item a</li> <li>item b</li> <li><strong>bold item c</strong></li> </ul> <p>blank space is also permitted before lists like:</p> <ul> <li>item a</li> <li>item b</li> <li>item c <ul> <li>item c.a</li> </ul> </li> </ul> <p>or you can number them</p> <ol> <li><a href="http://item+1">item 1</a></li> <li>item 2</li> <li><em> italic item 3 </em> <ol> <li>item 3.1</li> <li>item 3.2</li> </ol> </li> </ol> <p>up to five levels</p> <ul> <li>1 <ul> <li>2 <ul> <li>3 <ul> <li>4 <ul> <li>5</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <ul> <li>You can havemultiline list items</li> <li>this is a second multilinelist item</li> </ul> <p>You can use nowiki syntax if you would like do stuff like this:</p> <pre> Guitar Chord C: ||---|---|---| ||-0-|---|---| ||---|---|---| ||---|-0-|---| ||---|---|-0-| ||---|---|---| </pre> <p>You can also use it inline nowiki <tt> in a sentence </tt> like this.</p> <h3><a name="toc-6"></a>Escapes</h3> <p>Normal Link: <a href="http://wikicreole.org/">http://wikicreole.org/</a> - now same link, but escaped: http://wikicreole.org/ </p> <p>Normal asterisks: **not bold**</p> <p>a tilde alone: ~</p> <p>a tilde escapes itself: ~xxx</p> <h5><a name="toc-7"></a>Creole 0.2</h5> <p>This should be a flower with the ALT text "this is a flower" if your wiki supports ALT text on images:</p> <p><div class="wiki_image_left"><p></p><img src="Red-Flower.jpg" alt="here is a red flower" /></div></p> <h5><a name="toc-8"></a>Creole 0.4</h5> <p>Tables are done like this:</p> <table> <thead> <tr> <th>header col1</th> <th>header col2</th> </tr> </thead> <tbody> <tr> <td>col1</td> <td>col2</td> </tr> <tr> <td>you</td> <td>can</td> </tr> <tr> <td>also</td> <td>align<br /> it.</td> </tr> </tbody> </table> <p>You can format an address by simply forcing linebreaks:</p> <p>My contact dates:<br /> Pone: xyz<br /> Fax: +45<br /> Mobile: abc</p> <h5><a name="toc-9"></a>Creole 0.5</h5> <table> <thead> <tr> <th>Header title</th> <th>Another header title</th> </tr> </thead> <tbody> <tr> <td><tt> //not italic text// </tt></td> <td><tt> **not bold text** </tt></td> </tr> <tr> <td><em>italic text</em></td> <td><strong> bold text </strong></td> </tr> </tbody> </table> <h5><a name="toc-10"></a>Creole 1.0</h5> <p>If interwiki links are setup in your wiki, this links to the WikiCreole page about Creole 1.0 test cases: <a href="http://WikiCreole%3ACreole1.0TestCases">WikiCreole:Creole1.0TestCases</a>.</p>