mjfryc/mjaron-etudes-java

Implement escaper which escapes only when preceded by backslash

Opened this issue · 0 comments

Custom markdown IEscaper should only replace characters preceded by special escape character, usually by backslash \.

So, for example, \\ should be replaced by \.