Class: Faml::FilterCompilers::Markdown
- Defined in:
- lib/faml/filter_compilers/markdown.rb
Instance Method Summary collapse
Methods inherited from TiltBase
Instance Method Details
#compile(ast) ⇒ Object
10 11 12 13 |
# File 'lib/faml/filter_compilers/markdown.rb', line 10 def compile(ast) temple = [:multi, [:newline]] compile_with_tilt(temple, 'markdown', ast) end |
#need_newline? ⇒ Boolean
6 7 8 |
# File 'lib/faml/filter_compilers/markdown.rb', line 6 def need_newline? false end |