Amiga cursor!
[wiki.git] / CreoleOneDotZeroTestCases
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
7 The 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
16 You can make things **bold** or //italic// or **//both//** or //**both**//.
17
18 Character formatting extends across line breaks: **bold,
19 this is still bold. This line deliberately does not end in star-star.
20
21 Not bold. Character formatting does not cross paragraph boundaries.
22
23 You can use [[internal links]] or [[http://www.wikicreole.org|external links]],
24 give the link a [[internal links|different]] name.
25
26 Here'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
29 Here's a external link without a description: [[http://www.wikicreole.org]]
30
31 Free links without braces should be rendered as well, like http://www.wikicreole.org/ and http://www.wikicreole.org/users/~example. 
32
33 Note: the implementation should not render foo://bar as italic! It's not enough to
34 protect http://bar from being rendered as italic, because you can have much more
35 protocols, for example jdbc://bar and ftp://file.
36
37 You can use this to draw a line to separate the page:
38 ----
39
40 You can use lists, start it at the first column for now, please...
41
42 unnumbered lists are like
43 * item a
44 * item b
45 * **bold item c**
46
47 blank space is also permitted before lists like:
48   *   item a
49  * item b
50 * item c
51  ** item c.a
52
53 or you can number them
54 # [[item 1]]
55 # item 2
56 # // italic item 3 //
57     ## item 3.1
58   ## item 3.2
59
60 up to five levels
61 * 1
62 ** 2
63 *** 3
64 **** 4
65 ***** 5
66
67 * You can have
68 multiline list items
69 * this is a second multiline
70 list item
71
72 You can use nowiki syntax if you would like do stuff like this:
73
74 {{{
75 Guitar Chord C:
76
77 ||---|---|---|
78 ||-0-|---|---|
79 ||---|-0-|---|
80 ||---|---|-0-|
81 ||---|---|---|
82 }}}
83
84 Note: if you look at the source code of the above, you see the escape char (tilde, ~ )
85 being used to escape the closing triple curly braces. This is to do nesting because
86 all this text is enclosed in nowiki markup.
87
88 You can also use it inline nowiki {{{ in a sentence }}} like this.
89
90 !!! Escapes 
91 Normal Link: http://wikicreole.org/ - now same link, but escaped: ~http://wikicreole.org/ 
92
93 Normal asterisks: ~**not bold~**
94
95 a tilde alone: ~
96
97 a tilde escapes itself: ~~xxx
98
99 !! Creole 0.2 
100
101 This should be a flower with the ALT text "this is a flower" if your wiki supports ALT text on images:
102
103 [{ImagePro src='Red-Flower.jpg' caption='here is a red flower' }]
104
105 !! Creole 0.4 
106
107 Tables are done like this:
108
109 ||header col1||header col2
110 |col1|col2
111 |you         |can         
112 |also        |align\\ it. 
113 You can format an address by simply forcing linebreaks:
114
115 My contact dates:\\
116 Pone: xyz\\
117 Fax: +45\\
118 Mobile: abc
119
120 !! Creole 0.5 
121
122 || Header title               || Another header title     
123 | {{{ //not italic text// }}} | {{{ **not bold text** }}} 
124 | ''italic text''             | __  bold text __          
125 !! Creole 1.0 
126
127 If interwiki links are setup in your wiki, this links to the WikiCreole page about Creole 1.0 test cases: [WikiCreole:Creole1.0TestCases].
128