Your text is formatted as a web page according to some simple markup rules. These are intended to be convenient and unobtrusive.
The StructuredTextRules are used by default. Briefly:
- separate paragraphs with a blank line (see ParagraphExample)
- a single-line paragraph followed by a more-indented paragraph
makes a heading (see HeadingExample)
- for bulleted/numbered lists, use * or 0. followed by a space
(see ListExample)
- for emphasis, put one or two asterisks ("stars") around
your text. (see EmphasisExample)
Also:
- WikiName(s), bare urls and words enclosed in square brackets are
converted to hyperlinks (put an exclamation point before the word, to prevent this). (see LinkExample)
- Experienced web designers can use HTML & DTML tags. (see HtmlExample?)
for example:
<b>blah</b> will appear as blah