Skip to content

Commit bfed5dd

Browse files
committed
move admonition delimiter to Presentation XML, admonition name/paragraph split to HTML: metanorma/isodoc#613
1 parent 98d0db6 commit bfed5dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/isodoc/iso/presentation_xml_convert.rb

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ def render_identifier(ident)
226226
end
227227

228228
def admonition_delim(elem)
229-
require "debug"; binding.b
230229
if elem.at("./*[not(self::xmlns:name)]")&.name == "p"
231230
" — "
232231
else

0 commit comments

Comments
 (0)