About Structured Text

Structured text is a text input format that allows for some simple text formatting such as bold text, links or code inclusion.

You enter...

You get...

'Sam' said: *I* did **not** do _it_ Sam said: I did not do it
Send "email":mailto:info@foo.com to
"Foo.com":http://www.foo.com
Send email to Foo.com
Line breaks
don't matter.

Only paragraph breaks
do.
Line breaks don't matter.

Only paragraph breaks do.
Pseudo code::

 while (!perl) {
    print "Python";
 }
Pseudo code:
 while (!perl) {
    print "Python";
 }
- Bulleted lists can be...

- Written using '-', '*' or 'o'...

- Or using numbers like '1.', '2.', etc.
  • Bulleted lists can be...
  • Written using '-', * or o...
  • Or using numbers like 1., 2., etc.

Alternative external links:

Structured text is text that uses indentation and simple symbology to indicate the structure of a document.
A structured string consists of a sequence of paragraphs separated by one or more blank lines. Each paragraph has a level which is defined as the minimum indentation of the paragraph. A paragraph is a sub-paragraph of another paragraph if the other paragraph is the last preceding paragraph that has a lower level.

Special symbology is used to indicate special constructs: