[miscellaneous] [glossary] author=Martin Stubenschrott email=stubenschrott@vimperator.org [header] {doctitle}
{doctitle}
[replacements] \[count\]=[count] \[!\]=[!] [macros] # heading:Title[tag1,tag2] (?u)^(?Pheading)::(?P\S*?)(\[(?P.*?)\])$=# # section:Title[tag1,tag2] (?u)^(?Psection)::(?P\S*?)(\[(?P.*?)\])$=# # subsection:Title[tag1,tag2] (?u)^(?Psubsection)::(?P\S*?)(\[(?P.*?)\])$=# # logo:[,] # FIXME: this is a bit silly (?su)(?logo):(?P\S*?)\[(?P.*?)\]=# # help:helptext[href] (?su)(?help):(?P\S*?)\[(?P.*?)\]= # FIXME: this logo/donation banner is really ugly. --djk [heading-blockmacro] {outfile@.*(intro|all).html::
}
<{outfile@.*all.html:h2:h1 style="border\: none"}>{target} {3? {3}} {2? {2}} {1? {1}}
# maximum 3 tags for now [section-blockmacro]
<{outfile@.*all.html:h3:h2}>{target} {3? {3}} {2? {2}} {1? {1}}
[subsection-blockmacro]
<{outfile@.*all.html:h4:h3}>{target} {3? {3}} {2? {2}} {1? {1}}
[logo-blockmacro]
[help-inlinemacro] {target} [quotes] ||=key |=tag [o]=#option '=option2 [c]=#command [m]=#mapping [a]=#argument [j]=#jump # FIXME: this prevents all asciidoc attribute processing # ^obviously it doesn't? --stepnem {|}=argument2 # disable monospaced text as all our text is monospaced and it causes problems for some things += ^= [tags] tag=| key=| option=| option2='|' command=| mapping=| jump=| argument=| # NOTE: in certain contexts the unescaped '#' is stripped. As we're ditching # asciidoc I won't bother investigating --djk argument2={|} argument3=[|] [specialwords] warningwords=WARNING: Warning: IMPORTANT: Important: infowords=NOTE: Note: [warningwords] {words} [infowords] {words}