lib/asciidoctor/csd/converter.rb in asciidoctor-csd-0.2.2 vs lib/asciidoctor/csd/converter.rb in asciidoctor-csd-0.2.3
- old
+ new
@@ -39,10 +39,10 @@
end
def title(node, xml)
["en"].each do |lang|
xml.title **{ language: lang, format: "plain" } do |t|
- t << node.attr("title")
+ t << asciidoc_sub(node.attr("title"))
end
end
end
def metadata_status(node, xml)