Skip to content

Backslash escapes not being honored #26

Description

@davidearl

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions