Log in Help
Print
Homegatewikicowtestunitgateyamresources 〉 yam-summary.html
 

Summary of YAM syntax.

Title First paragraph of the file.
Single-line comment / notes %% ...
Multi-line comment / notes %/* ... %*/
Headings %1,­%2,­etc.; %1* is unnumbered
Bold, italic, teletype, underlined *...*, _..._, =...=, __...__
Contents %contents
Horizontal lines ---
Tables %[ | row 1 c 1 | r 1 c 2 | --- | r 2 c 1 | r 2 c 2 | %]
Block quotation %"...%"
Line break %br
Verbatim %<...%>
Lists

- item 1
- item 2
# numbered item 1
(for nesting use indentation)

Footnote %footnote(...)
Escaping \
Links

http://thing.com/ or %(http://thing.com/) or
%(http://thing.com/,link text)

Anchors %#anchor
Images

%image(file) or
%image(file, alt tag, width, height, position, border)
(second and subsequent arguments are optional)

Citations %cite(citekey,citekey,...)
Inclusion

%include(file.yam)
%include(level, useTitle, file.yam)

Non-breaking space %\ followed by space
Special characters

(e.g. < or & in HTML) are
translated correctly in the output.