class Kramdown::Converter::Rfc2629
Converts a Kramdown::Document to HTML.
Public Instance Methods
el_html_attributes(el)
click to toggle source
# File lib/kramdown-rfc2629.rb, line 356 def el_html_attributes(el) html_attributes(el.attr) end
el_html_attributes_with(el, defattr)
click to toggle source
# File lib/kramdown-rfc2629.rb, line 359 def el_html_attributes_with(el, defattr) html_attributes(defattr.merge(el.attr)) end