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

Raw URLs are not clickable #116

Closed
BenjaminRodenberg opened this issue Feb 1, 2022 · 2 comments
Closed

Raw URLs are not clickable #116

BenjaminRodenberg opened this issue Feb 1, 2022 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@BenjaminRodenberg
Copy link
Member

Usually raw URLs in markdown are rendered as clickable. For example https://precice.org/ (Markdown: https://precice.org/). Our website does not follow this rule. This requires work-arounds like https://precice.org/ (Markdown: [https://precice.org/](https://precice.org/)).

From my perspective this is absolutely not critical, because a work-around exists. But it is still a bug, because we do not follow the normal behavior of markdown here.

@BenjaminRodenberg BenjaminRodenberg added the bug Something isn't working label Feb 1, 2022
@chlorenz
Copy link
Collaborator

chlorenz commented Feb 2, 2022

As far as I know URLs are not being rendered according to the original Markdown specification, but pretty much all popular Markdown parsers do it. In particular Github Flavoured Markdown (GFM).

We are using kramdown as a renderer which claims to be GFM-compatible, but isn't, see e.g. kramdown/parser-gfm#17 or barryclark/jekyll-now#459 (comment).

@BenjaminRodenberg
Copy link
Member Author

Thanks for looking into this @chlorenz! Then this seems to be an issue with kramdown and we have to wait until it is fixed there. I will close this issue and mark is as wontfix, because we cannot really do something.

@BenjaminRodenberg BenjaminRodenberg added the wontfix This will not be worked on label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants