adamerose / vscode-markdown-wysiwyg

https://marketplace.visualstudio.com/items?itemName=adamerose.markdown-wysiwyg
Other
19 stars 4 forks source link

-> and <- automatically creates → symbols #6

Closed ssmooncoder closed 1 year ago

ssmooncoder commented 1 year ago

This is the cleanest markdown extension I've used so far, but it seems like the CKEditor you built on top of causes a few problems (e.g. the auto comment stripping and special character escapes)

Try doing -> in inline code backticks and it'll convert before the closing backtick.

adamerose commented 1 year ago

Yeah this behavior is part of CKEditor5, the documentation is here. Unlike the other issues this one is just a plugin that I can easily remove. I just included it because it was in the list of defaults for the classic CKE5 build, but now that you mention it I do agree it's probably not desired behavior for most users including myself so I'll remove it in my next release.