Skip to content

Bad italics with underscores within word #180

@eerohele

Description

@eerohele

Repro:

(markdown.core/md-to-html-string "foo_bar_baz")
;;=> "<p>foo<i>bar</i>baz</p>"

Expected:

(markdown.core/md-to-html-string "foo_bar_baz")
;;=> "<p>foo_bar_baz</p>"

For reference, see this commonmark.js dingus.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions