# by Dag Wieƫrs
# http://github.com/dagwieers/asciidoc-odf
extension "odf"
### FIXME: Using class-names could make this a lot easier
### FIXME: But LibreOffice/Openoffice do not honor text:class-names (yet)
#styletemplate "$text"
#styleseparator " "
#
#bold "strong$style"
#italics "emphasis$style"
#underline "underline$style"
#fixed "monospaced$style"
#color "$style"
#bgcolor "bg$style"
bold "$text"
italics "$text"
underline "$text"
fixed "$text"
color "$text"
bgcolor "$text"
colormap
"green" "green"
"red" "red"
"darkred" "darkred"
"blue" "blue"
"brown" "brown"
"pink" "pink"
"yellow" "yellow"
"cyan" "cyan"
"purple" "purple"
"orange" "orange"
"brightorange" "brightorange"
"brightgreen" "brightgreen"
"darkgreen" "darkgreen"
"black" "black"
"teal" "teal"
"gray" "gray"
"darkblue" "darkblue"
default "black"
end
### FIXME: anchor and references missing
doctemplate
"
$title
$additional
source-highlight/3.1.4$GNU source-highlight
"
"
"
end
translations
" " ""
"\n" ""
"&" "&"
"<" "<"
">" ">"
end