Class: Phlex::Markdown
- Inherits:
-
HTML
- Object
- HTML
- Phlex::Markdown
- Defined in:
- lib/phlex/markdown.rb
Instance Method Summary collapse
-
#initialize(content) ⇒ Markdown
constructor
A new instance of Markdown.
- #template ⇒ Object
Constructor Details
#initialize(content) ⇒ Markdown
Returns a new instance of Markdown.
8 9 10 |
# File 'lib/phlex/markdown.rb', line 8 def initialize(content) @content = content end |
Instance Method Details
#template ⇒ Object
12 13 14 |
# File 'lib/phlex/markdown.rb', line 12 def template visit(doc) end |