PR to hide backslash escapes when rendering markup

Would maintainers be open to a PR that adds hiding of backslash escapes when rendered markup is enabled?

It seems very straightforward to implement via a new renderingExtension targeting the Escape node and I already have a working implementation:

1 Like

Hmm, yes I guess that would make sense. The backslashes don't show up in viewer so they shouldn't show up in the rendered Markdown either

1 Like

thanks! I've opened the pr: Desktop,Mobile: Hide backslash escapes when "Markdown editor: Render markup in editor" is enabled by bwat47 · Pull Request #13773 · laurent22/joplin · GitHub