Custom markdown [`IEscaper`](https://github.com/mjfryc/mjaron-etudes-java/blob/main/src/main/java/pl/mjaron/etudes/table/IEscaper.java) should only replace characters preceded by special escape character, usually by backslash `\`. So, for example, `\\` should be replaced by `\`.
Custom markdown
IEscapershould only replace characters preceded by special escape character, usually by backslash\.So, for example,
\\should be replaced by\.