-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
dart-archive/markdown
#471Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:markdowntype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Original report on pub-dev
: dart-lang/pub-dev#6126
Markdown version: 6.0.1
1. Extra text content after the link closing tag:
dart run markdown --extension-set GitHubWeb
(https://github.com/intel/rohd/issues/129)
<p><a href="https://github.com/intel/rohd/issues/129">https://github.com/intel/rohd/issues/129</a>9)</p>
2. href URL with extra parenthesis, also in the link text content:
dart run markdown --extension-set GitHubWeb
(https://github.com/intel/rohd/issues/129).
<p><a href="https://github.com/intel/rohd/issues/129)">https://github.com/intel/rohd/issues/129)</a>).</p>
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:markdowntype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)