You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
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.
The text was updated successfully, but these errors were encountered: