You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you edit a character in buffer the middle of a string that's getting mangled by the renderer?
The image->character map already has a bug where it doesn't map multibyte unicode characters properly. This couldn't use the default imagemap, but would need to write its own imagemap, since using the default one would have similar issues.
That said, I don't have any issues with an alternative markdown renderer that you can switch to with the Renderer command which tries to do magic like this, I just think the default should be as faithful as it can be to the bytes in the text since if you're opening a file in an editor, it's probably because you want to edit it.
for example, vim-pandoc-syntax uses the following symbols instead of the raw markdown text:
The text was updated successfully, but these errors were encountered: