term -- definition
)"quote" -- source
)''code''
[link>>http://plain.at/]
is translated to a hyperlink:
link'link'
is optional\[]
)('para "")
node)'# vim: ts:3'
etc#=ignore
,
#=end
#=preserve
,
#=end
#include <stdio.h> #define S "Hello, Worldn" int main(int argc, char **argv) { exit(printf(S) == strlen(S) ? 0 : 1); }