lib/asciidoctor/standoc/base.rb in metanorma-standoc-1.9.3 vs lib/asciidoctor/standoc/base.rb in metanorma-standoc-1.9.4
- old
+ new
@@ -46,15 +46,17 @@
htmlstylesheet: node.attr("htmlstylesheet"),
htmlstylesheet_override: node.attr("htmlstylesheet-override"),
htmlcoverpage: node.attr("htmlcoverpage"),
htmlintropage: node.attr("htmlintropage"),
scripts: node.attr("scripts"),
+ scripts_override: node.attr("scripts-override"),
scripts_pdf: node.attr("scripts-pdf"),
datauriimage: node.attr("data-uri-image"),
htmltoclevels: node.attr("htmltoclevels") || node.attr("toclevels"),
doctoclevels: node.attr("doctoclevels") || node.attr("toclevels"),
break_up_urls_in_tables: node.attr("break-up-urls-in-tables"),
+ bare: node.attr("bare"),
sectionsplit: node.attr("sectionsplit"),
}
end
def html_converter(node)
@@ -78,9 +80,10 @@
ulstyle: node.attr("ulstyle"),
olstyle: node.attr("olstyle"),
htmltoclevels: node.attr("htmltoclevels") || node.attr("toclevels"),
doctoclevels: node.attr("doctoclevels") || node.attr("toclevels"),
break_up_urls_in_tables: node.attr("break-up-urls-in-tables"),
+ bare: node.attr("bare"),
}
if font_manifest_file = node.attr("mn2pdf-font-manifest-file")
attrs[IsoDoc::XslfoPdfConvert::MN2PDF_OPTIONS] = {
IsoDoc::XslfoPdfConvert::MN2PDF_FONT_MANIFEST => font_manifest_file,