Class: Kramdown::Converter::Latex

Inherits:
Object
  • Object
show all
Defined in:
lib/kramdown-tablerize/kramdown.rb

Instance Method Summary collapse

Instance Method Details

#convert_yaml_tablerize(_el, _opts) ⇒ Object

Convert :yaml_tablerize -> LaTEX (not implemented)

Raises:

  • (NotImplementedError)


31
32
33
# File 'lib/kramdown-tablerize/kramdown.rb', line 31

def convert_yaml_tablerize(_el, _opts)
  raise NotImplementedError
end