reverse_adoc icon indicating copy to clipboard operation
reverse_adoc copied to clipboard

Naive subscore escaping

Open opoudjis opened this issue 5 years ago • 1 comments

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.

opoudjis avatar Feb 04 '21 10:02 opoudjis