Creole Formatting

You are viewing an old version of this article. View the current version here.

On this page are the various basic ways of formatting your text. Be sure to check out the various Macros available for more complex formatting (the code macro is especially useful).

Italics

//italic// text

italic text

Bold

**bold** text

bold text

Strike

<<strike>>strike<</strike>> or <<strike>>text with a line through it<</strike>>

strike or text with a line through it

Lists

See lists.

Subscript and Superscript

^^superscript^^ and ,,subscript,, text

superscript and subscript text

Monospace

##m o n o s p a c e## text

m o n o s p a c e text

Note: Text inside ##...## will not wrap.

Underline

__underline__ text

underline text

[[mariadb|Internal Links]] and [[https://mariadb.org/|External Links]] are created in much the same way.

Internal Links and External Links are created in much the same way.

Headings

== Large Heading
=== Medium Heading
==== Small Heading
===== Tiny Heading

Large Heading

Medium Heading

Small Heading

Tiny Heading

Linebreaks

No
linebreak!

Unless there is an empty line.

But, you can\\force linebreaks.

No linebreak!

Unless there is an empty line.

But, you can
force linebreaks.

Indented Paragraphs

Paragraphs can be indented.

>Like this one.

>Indented paragraphs cannot
continue on multiple lines...

> ...unless you put
> the indent marker
> at the beginning
> of every line.

>> You can indent paragraphs more if you like.

Paragraphs can be indented.

Like this one.

Indented paragraphs cannot

continue on multiple lines...

...unless you put the indent marker at the beginning of every line.

You can indent paragraphs more if you like.

Horizontal lines

----

Tables

|=|=table|=header
|a|table|row
|b|table|row
tableheader
atablerow
btablerow

See also HTML Table Styles.

Nowiki

{{{
> [[Nowiki]]:
//**dont't** format//
}}}
> [[Nowiki]]:
//**dont't** format//

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.