Class: HTMLwithPygments
- Inherits:
-
Redcarpet::Render::XHTML
- Object
- Redcarpet::Render::XHTML
- HTMLwithPygments
- Defined in:
- lib/html_with_pygments.rb
Instance Method Summary collapse
Instance Method Details
#block_code(code, language) ⇒ Object
5 6 7 |
# File 'lib/html_with_pygments.rb', line 5 def block_code(code, language) Pygments.highlight(code, :lexer => language) end |