markdown-it-py
markdown-it-py copied to clipboard
Fix `unescapeMd`
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