Skip to content

Markdown parser does not support link title attribute #40

@GeorgeWS

Description

@GeorgeWS

This: This is [an example](http://example.com/ "Title") inline link.

Should produce: This is <a href="http://example.com/" title="Title"> an example</a> inline link.

But instead, produces: This is <a href="http://example.com/%20&ldquo;Title&rdquo;"> an example</a> inline link.

See: http://daringfireball.net/projects/markdown/syntax#link

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