class PrawnHtml::Instance
def append(css: nil, html: nil)
def append(css: nil, html: nil) html_parser.parse_styles(css) if css html_parser.process(html) if html end
def append(css: nil, html: nil) html_parser.parse_styles(css) if css html_parser.process(html) if html end