Method: HTMLwithPygments#doc_header
- Defined in:
- lib/tocmd/translator_trans.rb
#doc_header ⇒ Object
363 364 365 |
# File 'lib/tocmd/translator_trans.rb', line 363 def doc_header() '<style>' + Pygments.css('.highlight',:style => 'friendly') + '</style>' end |