micromarkdown.js icon indicating copy to clipboard operation
micromarkdown.js copied to clipboard

Backslash escapes not being honored

Open davidearl opened this issue 8 years ago • 0 comments

In principle you should be able to write ![alt](http://example.com "this is a \"title\"") (see https://daringfireball.net/projects/markdown/syntax#misc ) but this fails the pattern recognition completely so the above appears verbatim in the html.

Note that the resultant double quotes must be escaped within the html generated <img ... title="this is a &quot;title&quot;"> (see issue 25)

davidearl avatar Jun 23 '16 10:06 davidearl