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
We have two render issues with the README.md Markdown in kubeapps:
<!-- --> will be rendered as plain text in kubeapps
Relative Links break inside kubeapps
There was already a issue open for the links but its not solved: Add "id" to headings #709 (not sure though what this solved in detail, just wanted to mention it)
Thanks for reporting the issue! The library we are using to parse the READMEs is probably ignoring the comments, we would need to check what's happening.
Regarding the relative links, it's true that it should be fixed, does it work for you if the relative link is outside the "block" <!--- .... -->?
Hi @Siegfriedk sorry for the late response! Just letting you know that we are addressing your issue at #1476 and that the fix will be available in the next release. Thanks for reporting!
Description:
We have two render issues with the README.md Markdown in kubeapps:
<!-- -->
will be rendered as plain text in kubeappsSteps to reproduce the issue:
Create README.md which contains:
Describe the results you received:
Rendered output:
and link #chart-details is broken.
Describe the results you expected:
Rendered output:
and link #chart-details works.
Version of Helm, Kubeapps and Kubernetes:
v1.7.2
The text was updated successfully, but these errors were encountered: