Method: IsoDoc::PresentationXMLConvert#sourcehighlighter_css

Defined in:
lib/isodoc/presentation_function/sourcecode.rb

#sourcehighlighter_css(docxml) ⇒ Object



3
4
5
6
7
8
9
# File 'lib/isodoc/presentation_function/sourcecode.rb', line 3

def sourcehighlighter_css(docxml)
  ret = custom_css(docxml)
  ret.empty? and return
  ins = extension_insert(docxml)
  ins << "<source-highlighter-css>#{ret}" \
         "</source-highlighter-css>"
end