Stop escaping markdown characters inside code blocks
XhmikosR opened this issue · 6 comments
XhmikosR commented
BridgeAR commented
@XhmikosR would you be fine to open a PR to fix this? I think that would be ideal :-)
XhmikosR commented
It's tricky so I was hoping someone else could tackle this :)
Otherwise I'll try to find a solution.
XhmikosR commented
I've come up with this but I'm not sure if it's the best solution...
Trott commented
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.
XhmikosR commented
I don't think my regex is good. I'll see if I can improve it and make a PR.
XhmikosR commented
Unfortunately, the project doesn't work on Windows, so I can't do a lot.