Class: Dokkit::Filter::DeplateLatex

Inherits:
Object
  • Object
show all
Defined in:
lib/dokkit/filters/deplate.rb

Instance Method Summary collapse

Instance Method Details

#filter(text) ⇒ Object



27
28
29
# File 'lib/dokkit/filters/deplate.rb', line 27

def filter(text)
  DeplateString.new(text).to_latex
end