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

Commonmark Writer removes link text #2203

Closed
mike-ward opened this issue Jun 1, 2015 · 4 comments
Closed

Commonmark Writer removes link text #2203

mike-ward opened this issue Jun 1, 2015 · 4 comments

Comments

@mike-ward
Copy link

Converting to Commonmark removes the link text:

pandoc -f commonmark -t commonmark
[test](http://example.com)
^Z
<http://example.com>
@jgm
Copy link
Owner

jgm commented Jun 1, 2015

Strange! I did round-trip tests at one point, which
I would have thought would have caught this. I guess
better tests are needed.

+++ Mike Ward [Jun 01 15 06:19 ]:

Converting to Commonmark removes the link text:
pandoc -f commonmark -t commonmark
test
^Z
http://example.com


Reply to this email directly or [1]view it on GitHub.

References

  1. Commonmark Writer removes link text #2203

@jgm
Copy link
Owner

jgm commented Jun 1, 2015 via email

@jgm
Copy link
Owner

jgm commented Jun 1, 2015

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.
@jgm
Copy link
Owner

jgm commented Jun 8, 2015

Fixed by 70b76bb

@jgm jgm closed this as completed Jun 8, 2015
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants