Format your text
You can create text in bold, italic, underlined and monospaced
.
You can create text in **bold**, //italic//, __underlined__ and ''monospaced'' texts.
You can use subscript and superscript, too.
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
You can mark something as deleted as well.
You can mark something as <del>deleted</del> as well.
Paragraphs are created from blank lines. If you want to force a new line without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
This is some text with some line breaks
Note that the two backslashes are only recognized at the end of a line
or followed by
a whitespace \\this happens without it.
This is some text with some line breaks\\ Note that the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this happens without it.
Special characters
Here are some available special characters:
→ ← ↔ ⇒ ⇐ ⇔ » « – — 640×480 © ™ ®
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
Emoticons
Here are some useful emoticons you can use in your text.
- FIXME
- DELETEME
Sectioning
You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically.
====== Level 1 Headline ====== ===== Level 2 Headline ===== ==== Level 3 Headline ==== === Level 4 Headline === == Level 5 Headline ==
Add non-formatted text
You can include non-parsed blocks into your documents by either indenting them by using the tags code
or file
.
This is preformatted code all spaces are preserved: like <-this
This is pretty much the same, but you could use it to show that you quoted a file.
To let the parser ignore Wiki formatting, enclose the area either with nowiki
tags or even simpler, with double percent signs %%
.
This is some text which contains addresses like this: http://www.worldwiderunning.com [should be linked] and **formatting** [should be bold], but nothing is done with it.
See the source of this page to see how to use these blocks.