Method: HTMLwithPygments#doc_header

Defined in:
lib/tocmd/translator_trans.rb

#doc_headerObject



363
364
365
# File 'lib/tocmd/translator_trans.rb', line 363

def doc_header()
  '<style>' + Pygments.css('.highlight',:style => 'friendly') + '</style>'
end