class Asciidoctor::SyntaxHighlighter::PygmentsAdapter

def docinfo location, doc, opts

def docinfo location, doc, opts
  if opts[:linkcss]
    %(<link rel="stylesheet" href="#{doc.normalize_web_path (stylesheet_basename @style), (doc.attr 'stylesdir', ''), false}"#{opts[:self_closing_tag_slash]}>)
  else
    %(<style>
read_stylesheet @style}
style>)
  end
end