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

Kramdown bug - pipe character in Markdown link creates a table #2818

Closed
patrickwelker opened this issue Aug 25, 2014 · 3 comments
Closed

Kramdown bug - pipe character in Markdown link creates a table #2818

patrickwelker opened this issue Aug 25, 2014 · 3 comments

Comments

@patrickwelker
Copy link

I'm not sure if this is the right place to post this bug (or if this should be forwarded to Kramdown's dev), but it's been there for ages:

Inline Link:

[fix kramdown urls by raboof | Pull Request #2588 · jekyll/jekyll](https://github.com/jekyll/jekyll/pull/2588)

rendered

Reference Link:

[fix kramdown urls by raboof | Pull Request #2588 · jekyll/jekyll][1]

[1]: https://github.com/jekyll/jekyll/pull/2588

ref-rendered

Currently I'm running the latest of the greatest: Jekyll 2.3 and Kramdown 1.4.1.

@kleinfreund
Copy link

This is a kramdown issue which is currently solved by escaping the | character. It has been brought to the kramdown people that this probably should not happen inside links/image alt text.

@patrickwelker
Copy link
Author

Thanks. I just remembered that I also send them a mail about it several months ago. Side note: currently I replace all | with rather than escaping them.

@kleinfreund
Copy link

Side note: currently I replace all | with – rather than escaping them.

That's what I went with as well.

kaeti added a commit to kaeti/kaeti.github.io that referenced this issue Sep 12, 2014
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants