class Asciidoctor::Html::Converter
def convert_paragraph(node)
def convert_paragraph(node) content = %(<p#{Utils.dyn_id_class_attr_str node, node.role}>#{node.content}</p>\n) Utils.wrap_node_with_title content, node end
def convert_paragraph(node) content = %(<p#{Utils.dyn_id_class_attr_str node, node.role}>#{node.content}</p>\n) Utils.wrap_node_with_title content, node end