# sig/kramdown-rfc2629.rbs

class Kramdown::Converter::Rfc2629 < Kramdown::Converter::Base
  def convert: () -> untyped
  def convert1: () -> untyped
  def convert_a: () -> untyped
  def convert_abbreviation: () -> untyped
  def convert_blank: () -> untyped
  def convert_blockquote: () -> untyped
  def convert_br: () -> untyped
  def convert_codeblock: () -> untyped
  def convert_codespan: () -> untyped
  def convert_comment: () -> untyped
  def convert_dd: () -> untyped
  def convert_dt: () -> untyped
  def convert_em: () -> untyped
  def convert_entity: () -> untyped
  def convert_footnote: () -> untyped
  def convert_header: () -> untyped
  def convert_hr: () -> untyped
  def convert_html_element: () -> untyped
  def convert_img: () -> untyped
  def convert_li: () -> untyped
  def convert_math: () -> untyped
  def convert_p: () -> untyped
  def convert_raw: () -> untyped
  def convert_root: () -> untyped
  def convert_smart_quote: () -> untyped
  def convert_table: () -> untyped
  def convert_td: () -> untyped
  def convert_text: () -> untyped
  def convert_thead: () -> untyped
  def convert_typographic_sym: () -> untyped
  def convert_ul: () -> untyped
  def convert_xml_comment: () -> untyped
  def convert_xref: () -> untyped
  def el_html_attributes: () -> untyped
  def el_html_attributes_with: () -> untyped
  def end_sections: () -> untyped
  def get_and_cache_resource: () -> untyped
  def initialize: () -> void
  def inner: () -> untyped
  def inner_a: () -> untyped
  def obfuscate: () -> untyped
  def saner_generate_id: () -> untyped
end


# sig/kramdown-rfc2629.rbs

class Kramdown::Element
  def rfc2629_fix: () -> untyped
end


# sig/kramdown-rfc2629.rbs

class Kramdown::Parser::RFC2629Kramdown < Kramdown::Parser::Kramdown
  def initialize: () -> void
  def parse_xref: () -> untyped
end


# sig/kramdown-rfc2629.rbs

class Object
  def deep_clone: () -> untyped
end
