8000 Escape character \ not working correctly · Issue #73 · whistyun/MdXaml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Escape character \ not working correctly #73
Open
@darklinkpower

Description

@darklinkpower

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0