Skip to content

in inline html, attribute values are incorrectly parsed as markdown #98

@modernserf

Description

@modernserf

Test case:

snarkdown(`<a href="/foo_bar_baz.html">link</a>`)

JSFiddle link

expected result:

<a href="/foo_bar_baz.html">link</a>

actual result:

<a href="/foo<em>bar</em>baz.html">link</a>

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