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

Autolink in kramdown? #459

Closed
jleclanche opened this issue Mar 18, 2016 · 6 comments
Closed

Autolink in kramdown? #459

jleclanche opened this issue Mar 18, 2016 · 6 comments

Comments

@jleclanche
Copy link

In redcarpet, Jekyll Now enabled the autolink extension by default which was really useful. I can't find a way to enable it for kramdown, though. Any ideas?

@jleclanche
Copy link
Author

So apparently kramdown's autolink is enabled by default but its syntax is different and the url must be enclosed in braces.

@rdbuf
Copy link

rdbuf commented Jun 21, 2016

The talk is about this: http://kramdown.gettalong.org/syntax.html#automatic-links

@iBobik
Copy link

iBobik commented Jan 25, 2017

Is it possible to configure Kramdown to detect link without braces?

Like there on GitHub: http://example.com

@mrmanc
Copy link

mrmanc commented Aug 8, 2018

… the url must be enclosed in braces.

I think the Kramdown automatic links syntax is angle brackets, rather than braces, like this: <https://github.com/barryclark/jekyll-now/issues/459>.

@zimbatm
Copy link

zimbatm commented Aug 14, 2018

Why is Kramdown claiming to be GFM-compatible if the autolinking doesn't work the same way

@noraj
Copy link

noraj commented Dec 3, 2019

Can we re-open this ?

Why is Kramdown claiming to be GFM-compatible if the autolinking doesn't work the same way

kramdown:
  input: GFM

The GFM compatibility is a lie, kramdown has its own syntax.

Is it possible to configure Kramdown to detect link without braces?

Can you add an option to remove the need of angle brackets if you don't want to do it the default behavior? So it will be compatible with commonMark, GFM, etc. pretty 99% of markdown parser other than the strict original ones which don't have autolinks or table, or any extension.

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

6 participants