1*9a747e4fSDavid du ColombierWiki Syntax 2*9a747e4fSDavid du ColombierD1017508002 3*9a747e4fSDavid du ColombierA (144.137.80.113) 4*9a747e4fSDavid du Colombier#Plan 9 wiki documents are written using a simple markup notation. 5*9a747e4fSDavid du Colombier#Text is free format with the following exceptions. 6*9a747e4fSDavid du Colombier# 7*9a747e4fSDavid du Colombier# * A blank line begins a new paragraph. 8*9a747e4fSDavid du Colombier# * If a paragraph contains only capital letters, it is a section 9*9a747e4fSDavid du Colombier# heading. 10*9a747e4fSDavid du Colombier# * If a line begins with a *, it begins a new item in a bulleted 11*9a747e4fSDavid du Colombier# list. 12*9a747e4fSDavid du Colombier# * If a line begins with a !, it is formatted in typewriter font and 13*9a747e4fSDavid du Colombier# uninterpreted. This is useful for typescripts and program listings. 14*9a747e4fSDavid du Colombier# * A link is denoted by putting text in square brackets. The text 15*9a747e4fSDavid du Colombier# can be ``name of local link'' or ``url'' or ``text | url''. Local 16*9a747e4fSDavid du Colombier# link names are not case sensitive. 17*9a747e4fSDavid du Colombier# * Plan 9 manual page references are automatically made into links, 18*9a747e4fSDavid du Colombier# as in man(1). 19*9a747e4fSDavid du Colombier# 20*9a747e4fSDavid du Colombier#That's all. Note in particular that arbitrary HTML tags are not 21*9a747e4fSDavid du Colombier#valid, so as to make the pages friendly to those using the Acme 22*9a747e4fSDavid du Colombier#client rather than a web browser. 23*9a747e4fSDavid du Colombier# 24*9a747e4fSDavid du Colombier#EXAMPLE 25*9a747e4fSDavid du Colombier# 26*9a747e4fSDavid du Colombier#If you're looking at this page in Acme, this _is_ the example. If 27*9a747e4fSDavid du Colombier#you're viewing the HTML version, click on the edit link below to 28*9a747e4fSDavid du Colombier#view the source. If you want to play around with the syntax, try the 29*9a747e4fSDavid du Colombier#[sandbox]. 30*9a747e4fSDavid du Colombier# 31*9a747e4fSDavid du Colombier#Enjoy. 32*9a747e4fSDavid du Colombier# 33