Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape character \ not working correctly #73

Open
darklinkpower opened this issue Oct 8, 2023 · 0 comments
Open

Escape character \ not working correctly #73

darklinkpower opened this issue Oct 8, 2023 · 0 comments

Comments

@darklinkpower
Copy link

I've noticed that the \ character is not being processed correctly as it seems to only be working when used for escaping another \ or * character but not for any other character. This causes stuff like links and images to break if there are escape characters in it and also the \ character to display when used for anything else.

Test markdown:

### Working
- \\
- \*

### Not working
- [![.jpg\]](https://steamuserimages-a.akamaihd.net/ugc/923673299818711932/AEB9D81DE88B2B9BCA368885A3B6966D32D1EF16/ ".jpg]")](https://steamuserimages-a.akamaihd.net/ugc/923673299818711932/AEB9D81DE88B2B9BCA368885A3B6966D32D1EF16/)
- \#
- \-
- \]
- \[
- \(

Using MdXaml version 1.21.0 and AvalonEdit 6.0.0 on .Net framework 4.6.2. Markdown is being set via Binding in Markdown property.

Screenshots:

MdXaml:
image

VS Code preview:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant