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

broken link parsing with GitHubWeb extension #558

Open
isoos opened this issue Oct 9, 2023 · 1 comment
Open

broken link parsing with GitHubWeb extension #558

isoos opened this issue Oct 9, 2023 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@isoos
Copy link

isoos commented Oct 9, 2023

Version: 7.1.1
Originally reported on: dart-lang/pub-dev#7096

Source:

[Pub Package: https://pub.dev/packages/simple_architecture](https://pub.dev/packages/simple_architecture)

Using the GitHubWeb extension, it renders to:

<p>[Pub Package: <a href="https://pub.dev/packages/simple_architecture%5D(https://pub.dev/packages/simple_architecture)">https://pub.dev/packages/simple_architecture](https://pub.dev/packages/simple_architecture)</a></p>

Using it without the extension it renders correctly to:

<p><a href="https://pub.dev/packages/simple_architecture">Pub Package: https://pub.dev/packages/simple_architecture</a></p>
@lrhn
Copy link
Member

lrhn commented Nov 3, 2023

The GitHub flavored markdown extension converts embedded valid URLs to links. It should probably not do that inside another link.

@lrhn lrhn added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants