Method: MaRuKu::Out::Latex#wrap_as_span
- Defined in:
- lib/maruku/output/to_latex.rb
#wrap_as_span(c) ⇒ Object
331 332 333 |
# File 'lib/maruku/output/to_latex.rb', line 331 def wrap_as_span(c) "{#{c} #{children_to_latex}}" end |
331 332 333 |
# File 'lib/maruku/output/to_latex.rb', line 331 def wrap_as_span(c) "{#{c} #{children_to_latex}}" end |