class Ronn::Document

def process_html!

def process_html!
  @html = Hpricot(input_html)
  html_filter_angle_quotes
  html_filter_definition_lists
  html_filter_inject_name_section
  html_filter_heading_anchors
  html_filter_annotate_bare_links
  html_filter_manual_reference_links
  @html
end