reverse_adoc
reverse_adoc copied to clipboard
Naive subscore escaping
As found in https://github.com/metanorma/stepmod-utils/issues/37 , escape_keychars() in lib/reverse_adoc/converters/base.rb is naive, and instead of escaping _, it should escape __..__ within a word; ditto other escape characters.