UserPreferences

HelpOnFormatting


1. Text Formatting Rules

Leave blank lines between paragraphs. Use [[BR]] to insert linebreaks into paragraphs.

You can render text in italics or bold. To write italics, enclose the text in double single quotes. To write bold, enclose the text in triple single quotes.

To insert program source without reformatting in a monospace font, use three curly braces:

10 PRINT "Hello, world!"
20 GOTO 10

For more information on the possible markup, see HelpOnEditing.

1.1. Example

Codes:

Mixing ' 'italics' ' and ' ' 'bold' ' ':
 * ' ' ' ' 'Mix' ' ' at the beginning' '
 * ' ' ' ' 'Mix' ' at the beginning' ' '
 * ' ' 'Mix at the ' 'end' ' ' ' '
 * ' 'Mix at the ' ' 'end' ' ' ' '

An {{{inline code sequence}}} has the 
$ $ $ start $ $ $ and $ $ end $ $ markers on the same line.

A code display has them on different lines: {{{
' ' 'Yes' ' ' some markup here! This is $ $ blue $ $ and this is $ $ $ red $ $ $.
} } }
/!\ In the above example, we "escaped" the markers for source code sequences by putting spaces between them.

1.2. Display

Mixing italics and bold:

An inline code sequence has the $$$start$$$ and $$end$$ markers on the same line.

A code display has them on different lines:
'''Yes''' some markup here! This is $$blue$$ and this is $$$red$$$.

1.3. Other

This is $$blue$$ and this is $$$red$$$.