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:
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:
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