Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline links misparsed if surrounded by angle brackets #139

Open
miniBill opened this issue Jan 31, 2023 · 1 comment
Open

Inline links misparsed if surrounded by angle brackets #139

miniBill opened this issue Jan 31, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@miniBill
Copy link

Links in the form

[Test](<http://example.org>)

That should be rendered as:

<p><a href="http://example.org">Test</a></p>

Get rendered instead as:

<p><a href="http://example.org">Test<a href="http://example.org">http://example.org</a></a></p>

See #138 for a minimal testcase

@miniBill
Copy link
Author

@dillonkearns dillonkearns added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants