class Kramdown::Converter::Html
def within_toc_depth?(el)
def within_toc_depth?(el) @doc.options[:toc_depth] <= 0 || el.options[:level] <= @doc.options[:toc_depth] end
def within_toc_depth?(el) @doc.options[:toc_depth] <= 0 || el.options[:level] <= @doc.options[:toc_depth] end