-
Notifications
You must be signed in to change notification settings - Fork 41
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
Stop escaping markdown characters inside code blocks #58
Comments
@XhmikosR would you be fine to open a PR to fix this? I think that would be ideal :-) |
It's tricky so I was hoping someone else could tackle this :) Otherwise I'll try to find a solution. |
I've come up with this but I'm not sure if it's the best solution... |
I suspect a regexp will never be 100% reliable, but it can probably be sufficiently reliable. 100% reliability would probably require doing proper parsing instead of regexp matching. |
I don't think my regex is good. I'll see if I can improve it and make a PR. |
Unfortunately, the project doesn't work on Windows, so I can't do a lot. |
nodejs/nodejs.org#2608 (comment)
The text was updated successfully, but these errors were encountered: