Method: TeXMath.convert

Defined in:
lib/texmath.rb

.convert(data, options = {}) ⇒ Object



6
7
8
# File 'lib/texmath.rb', line 6

def self.convert(data, options = {})
  Converter.new(options).convert(data)
end