markdown-it-py icon indicating copy to clipboard operation
markdown-it-py copied to clipboard

Fix `unescapeMd`

Open chrisjsewell opened this issue 5 years ago • 0 comments

I simply commented this function out, because str.replace() takes strings as input, not re.Patterns, so this is probably broken.

Originally posted by @hukkinj1 in https://github.com/executablebooks/markdown-it-py/pull/64#r509822972

chrisjsewell avatar Dec 14 '20 17:12 chrisjsewell