User Tools

Site Tools


Writing /home/donghee/dh8.kr/wiki/data/meta/helponformatting.meta failed
Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.
helponformatting

This is an old revision of the document!


Writing /home/donghee/dh8.kr/wiki/data/log/deprecated/2026-07-14.log failed

Text Formatting Rules

Leave blank lines between 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.

Example

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: { { {
'''No''' markup here!
} } }
}}} 
/!\ In the above example, we "escaped" the markers for source code sequences by inserting spaces between the curly braces.

==== Display ====
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: {{{
'''No''' markup here!
helponformatting.1421462778.txt.gz · Last modified: 2026/06/11 05:52 (external edit)