10 PRINT "Hello, world!" 20 GOTO 10
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.'''No''' markup here!