Class: Kramdown::Converter::Html

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

Instance Method Summary collapse

Instance Method Details

#convert_yaml_tablerize(el, _indent) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Convert :yaml_tablerize -> HTML



17
18
19
# File 'lib/kramdown-tablerize/kramdown.rb', line 17

def convert_yaml_tablerize(el, _indent)
  Tablerize::Plugin::Kramdown.convert_yaml_tablerize_to_html(el.value)
end