class Kramdown::Converter::Pdf

def initialize(root, options)

def initialize(root, options)
  super
  @stack = []
  @dests = {}
end