Wiki
Clone wikitest4wiki / CREOLE test
Headings
= Level 1 (Largest) == Level 2 === Level 3 ==== Level 4
or
= Level 1 (Largest) = == Level 2 == === Level 3 === ==== Level 4 ====
Unacceptable (or `As Is`):
== Heading with [[link]] == Heading with **bold** or //italics// == Heading with {{Image:image|image}} == Heading with <<6>> placeholder
But...Creole mode of BitBucket Cloud have illegal parsing of these, here:
Heading with link
Heading with bold or italics
Heading with {{Image:image|image}}
Heading with <<6>> placeholder
Lists
Ordered Lists
Whitespace before pound/hash/octothorpe not allowed.
# Item1 ## Item1.1 ## Item1.2 # Item2 ## Item2.1 ## Item2.2
- Item1
- Item1.1
- Item1.2
- Item2
- Item2.1
- Item2.2
Unordered Lists
Whitespace before dash not allowed.
* Item1 ** Item1.1 ** Item1.2 * Item2 ** Item2.1 ** Item2.2
- Item1
- Item1.1
- Item1.2
- Item2
- Item2.1
- Item2.2
Nested lists can be mixed by repeating the list item character multiple times
* Item 1 * Item 2 ## Item 2.1 ## Item 2.2
- Item 1
- Item 2
- Item 2.1
- Item 2.2
Bold, Italics
**bold** //italics//
bold italics
//**bold italics**// **//bold italics//**
bold italics bold italics
Escape with tilde
~**nobold~**\\ ~//noitalics~//
**nobold**
//noitalics//
Internal and External Links
[[my big page]] [[my big page|Go to my page]] [[http://www.wikicreole.org]] [[http://www.wikicreole.org|Visit the WikiCreole website]]
Escape with tilde
~[~[my big page~]~]\\ ~[~[my big page|Go to my page~]~]\\ ~[~[http://www.wikicreole.org~]~]\\ ~[~[http://www.wikicreole.org|Visit the WikiCreole website~]~]\\
[[my big page]]
[[my big page|Go to my page]]
[[http://www.wikicreole.org~]~]
[[http://www.wikicreole.org|Visit the WikiCreole website]]
Hey, BB! Don't render as hyper-link! I'd escaped!!
Paragraphs
(blank line makes paragraph)
one paragraph next paragraph
Linebreaks
Line breaks are indicated by a double backslash
(best practice: treat line breaks as line breaks)
one paragraph\\ and a linebreak
one paragraph
and a linebreak
Nowiki and preformatted in-line or block
No wiki markup is interpreted between these characters.
{{{ preformatted text with linesbreaks }}} {{{no wiki markup processing}}}
Watch out when copying the above example: Zero width space was used between the braces to circumvent the wiki formatting rules.
details
//This// does **not** get [[formatted]] Some examples of markup are: {{{** <i>this</i> ** }}}
Creole mode of BitBucket Cloud have illegal parsing of these (maybe after nested Nowiki), here:
{{{ preformatted text with linesbreaks }}}
{{{no wiki markup processing}}}
Placeholder
also "Native Markup Block". When there is something advanced like extension code of the native wiki that is not supported in creole, a placeholder will show up, so users will not be confused seeing more than one syntax. (optional for wiki developers)
<<X>>
Images
{{https://bitbucket.org/repo/5dxLaG/images/1615398236-01s.png}} {{https://bitbucket.org/repo/5dxLaG/images/1615398236-01s.png|01s.png}} [https://bitbucket.org/hhsprings/test4wiki/wiki/CREOLE%20test|{{https://bitbucket.org/repo/5dxLaG/images/1615398236-01s.png|01s.png}}]]
Horizontal Line
----
Updated