-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Commonmark Writer removes link text #2203
Comments
Strange! I did round-trip tests at one point, which +++ Mike Ward [Jun 01 15 06:19 ]:
|
Oh, this is actually a bug with libcmark:
```
% cmark -t commonmark
[test](http://example.com)
<http://example.com>
```
Want to report it on jgm/cmark?
|
Reported as commonmark/cmark#50 |
jgm
added a commit
to commonmark/cmark
that referenced
this issue
Jun 1, 2015
Previously *any* link with an absolute URL was treated as an autolink. Closes #50. See also jgm/pandoc#2203.
Fixed by 70b76bb |
talum
pushed a commit
to github/cmark-gfm
that referenced
this issue
Sep 14, 2021
Previously *any* link with an absolute URL was treated as an autolink. Closes #50. See also jgm/pandoc#2203.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Converting to Commonmark removes the link text:
The text was updated successfully, but these errors were encountered: