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. Underlined text needs a double underscore on each side. You get ^superscripted text^ by enclosing it into caret characters, and subscripts have to be embedded into double commas. To insert program source without reformatting in a monospace font, use three curly braces:
10 PRINT "Hello, world!" 20 GOTO 10 Note that within code sections, both inline and display ones, any wiki markup is ignored. An alternative and shorter syntax for inlined code is to use backtick characters (note that this can be disabled by the site's configuration, but is enabled by default).
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'''''
You might recall ''a''^2^ `+` ''b''^2^ `=` ''c''^2^ from your math lessons, unless you head is filled with H,,2,,O.
An { { {inline code sequence} } } has the start and end markers on the same line. Or you use `backticks`.
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:
An inline code sequence has the start and end markers on the same line. Or you use backticks.
A code display has them on different lines:
'''No''' markup here! Colorized code displays #There are several ways to get colorized formatting of Python code[1]:
#!python
from colors import palette
palette.colorize('python')
----
|
RecentChanges시리우스사이버리아드 별을 쫓는 자 마법 주식회사 떨림 Local Keywords Guest Book Intel Q6600 System System Blog 성관계는 없다 스노크래시 뛰어난 자연사진의 모든 것 뛰어난 인물사진의 모든 것 뛰어난 사진을 위한 DSLR의 모든 것 뛰어난 사진을 위한 노출의 모든 것 창조적으로 이미지를 보는 법 포토 라이브러리 Photography 내셔널 지오그래픽 포토그래피 필드 가이드 액션 어드벤처 사진을 잘 만드는 비결 Sigma DP1 의천도룡기 AMD64X2 System |
||||||||||||||||||||||||||||||||||||||||||








In the above example, we "escaped" the markers for source code sequences by inserting spaces between the curly braces.



