Edgewall Software

Changes between Initial Version and Version 1 of WikiCreole/creole1.0test.txt


Ignore:
Timestamp:
Mar 9, 2010, 2:55:11 PM (14 years ago)
Author:
Christian Boos
Comment:

copied from http://www.wikicreole.org/attach/Creole1.0TestCases/creole1.0test.txt

Legend:

Unmodified
Added
Removed
Modified
  • WikiCreole/creole1.0test.txt

    v1 v1  
     1= Top-level heading (1)
     2== This a test for creole 0.1 (2)
     3=== This is a Subheading (3)
     4==== Subsub (4)
     5===== Subsubsub (5)
     6
     7The ending equal signs should not be displayed:
     8
     9= Top-level heading (1) =
     10== This a test for creole 0.1 (2) ==
     11=== This is a Subheading (3) ===
     12==== Subsub (4) ====
     13===== Subsubsub (5) =====
     14
     15
     16You can make things **bold** or //italic// or **//both//** or //**both**//.
     17
     18Character formatting extends across line breaks: **bold,
     19this is still bold. This line deliberately does not end in star-star.
     20
     21Not bold. Character formatting does not cross paragraph boundaries.
     22
     23You can use [[internal links]] or [[http://www.wikicreole.org|external links]],
     24give the link a [[internal links|different]] name.
     25
     26Here's another sentence: This wisdom is taken from [[Ward Cunningham's]]
     27[[http://www.c2.com/doc/wikisym/WikiSym2006.pdf|Presentation at the Wikisym 06]].
     28
     29Here's a external link without a description: [[http://www.wikicreole.org]]
     30
     31Be careful that italic links are rendered properly:  //[[http://my.book.example/|My Book Title]]//
     32
     33Free links without braces should be rendered as well, like http://www.wikicreole.org/ and http://www.wikicreole.org/users/~example.
     34
     35Creole1.0 specifies that http://bar and ftp://bar should not render italic,
     36something like foo://bar should render as italic.
     37
     38You can use this to draw a line to separate the page:
     39----
     40
     41You can use lists, start it at the first column for now, please...
     42
     43unnumbered lists are like
     44* item a
     45* item b
     46* **bold item c**
     47
     48blank space is also permitted before lists like:
     49  *   item a
     50 * item b
     51* item c
     52 ** item c.a
     53
     54or you can number them
     55# [[item 1]]
     56# item 2
     57# // italic item 3 //
     58    ## item 3.1
     59  ## item 3.2
     60
     61up to five levels
     62* 1
     63** 2
     64*** 3
     65**** 4
     66***** 5
     67
     68* You can have
     69multiline list items
     70* this is a second multiline
     71list item
     72
     73You can use nowiki syntax if you would like do stuff like this:
     74
     75{{{
     76Guitar Chord C:
     77
     78||---|---|---|
     79||-0-|---|---|
     80||---|---|---|
     81||---|-0-|---|
     82||---|---|-0-|
     83||---|---|---|
     84}}}
     85
     86You can also use it inline nowiki {{{ in a sentence }}} like this.
     87
     88= Escapes =
     89Normal Link: http://wikicreole.org/ - now same link, but escaped: ~http://wikicreole.org/
     90
     91Normal asterisks: ~**not bold~**
     92
     93a tilde alone: ~
     94
     95a tilde escapes itself: ~~xxx
     96
     97=== Creole 0.2 ===
     98
     99This should be a flower with the ALT text "this is a flower" if your wiki supports ALT text on images:
     100
     101{{Red-Flower.jpg|here is a red flower}}
     102
     103=== Creole 0.4 ===
     104
     105Tables are done like this:
     106
     107|=header col1|=header col2|
     108|col1|col2|
     109|you         |can         |
     110|also        |align\\ it. |
     111
     112You can format an address by simply forcing linebreaks:
     113
     114My contact dates:\\
     115Pone: xyz\\
     116Fax: +45\\
     117Mobile: abc
     118
     119=== Creole 0.5 ===
     120
     121|= Header title               |= Another header title     |
     122| {{{ //not italic text// }}} | {{{ **not bold text** }}} |
     123| //italic text//             | **  bold text **          |
     124
     125=== Creole 1.0 ===
     126
     127If interwiki links are setup in your wiki, this links to the WikiCreole page about Creole 1.0 test cases: [[WikiCreole:Creole1.0TestCases]].