class Asciidoctor::Stylesheets

def pygments_stylesheet_data style = nil

returns the [String] Pygments stylesheet data

Public: Generate the Pygments stylesheet with the specified style.
def pygments_stylesheet_data style = nil
  (SyntaxHighlighter.for 'pygments').read_stylesheet style
end