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

Infinite loop with links inside table headers and GitHubWeb extension #531

Closed
isoos opened this issue Apr 19, 2023 · 0 comments · Fixed by #532
Closed

Infinite loop with links inside table headers and GitHubWeb extension #531

isoos opened this issue Apr 19, 2023 · 0 comments · Fixed by #532
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@isoos
Copy link

isoos commented Apr 19, 2023

The following markdown has a table header with a link:

| Configuration Name | Description (from [microsoft docs](https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/appxmanifestschema/schema-root "microsoft docs")) | Default Value (value type) | Required |
| ------------ | ------------ | ------------ |
|  display_name | A friendly name that can be displayed to users. | MyApp (string) | No |

Running with dart run markdown --extension-set GitHubWeb causes an infinite loop. Removing the link from the header renders jus fine.

@athomas athomas added P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants