dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
443 stars 201 forks source link

Link creation bugs in GitHubWeb-flavored extension #470

Closed isoos closed 1 year ago

isoos commented 1 year ago

Original report on pub-dev: https://github.com/dart-lang/pub-dev/issues/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>
chenzhiguang commented 1 year ago

Fixed.

isoos commented 1 year ago

@chenzhiguang @srawlins: any ETA when this (and other fixes) will get released?

srawlins commented 1 year ago

I'm hoping within a month.