Class: Rouge::Formatters::HTMLInline
- Inherits:
-
HTML
- Object
- Rouge::Formatter
- HTML
- Rouge::Formatters::HTMLInline
- Defined in:
- lib/rouge/formatters/html_inline.rb
Constant Summary
Constants inherited from Rouge::Formatter
Instance Method Summary collapse
-
#initialize(theme) ⇒ HTMLInline
constructor
A new instance of HTMLInline.
- #safe_span(tok, safe_val) ⇒ Object
Methods inherited from HTML
Methods inherited from Rouge::Formatter
find, format, #format, #render, #stream, tag
Constructor Details
#initialize(theme) ⇒ HTMLInline
Returns a new instance of HTMLInline.
8 9 10 |
# File 'lib/rouge/formatters/html_inline.rb', line 8 def initialize(theme) @theme = theme end |