Skip to content

Href content gets italicized if it has underscores in it #125

Open
@yoonsjeong

Description

The current markdown parser prioritizes italicizing text over creation of hrefs, which causes some funny side effects in the case that the linked text contains underscores.

Reproduction steps

Create a link, where the clickable text contains underscores. E.g.

[link_to_file.txt](https://www.example.com)

Expected behavior:

Displays a reference like this:

link_to_file.txt

Actual behavior:

Displays the reference like this:

linktofile.txt

Activity

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

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