lib/asciidoctor/gb/converter.rb in metanorma-gb-1.0.8 vs lib/asciidoctor/gb/converter.rb in metanorma-gb-1.0.9

- old
+ new

@@ -235,8 +235,12 @@ owner = xmldoc.at("//copyright/owner/organization/name") owner.content = agency issuer.content = agency committee_cleanup(xmldoc) end + + def omit_docid_prefix(prefix) + IsoDoc::Gb::HtmlConvert.new({}).omit_docid_prefix(prefix) + end end end end