We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to highlight code properly in code-blocks embedded in markdown files.
We use showdown to parse Markdown files and highlight.js to format code blocks in file preview. There seem to be solutions available to enable using highlight as a plugin in showdown https://www.npmjs.com/package/showdown-highlight We should give it a try.
GitLab already supports that: https://renkulab.io/gitlab/lorenzo.cavazzi.tech/renku-api-demo
Reference project on RenkuLab: https://renkulab.io/projects/lorenzo.cavazzi.tech/renku-api-demo
The text was updated successfully, but these errors were encountered:
feat: highlight code syntax in markdown files
3e94fed
fix #1358
cf7e166
feat: highlight code syntax in markdown files (#1534)
7a44378
lorenzo-cavazzi
Successfully merging a pull request may close this issue.
Motivation
It would be nice to highlight code properly in code-blocks embedded in markdown files.
Proposal
We use showdown to parse Markdown files and highlight.js to format code blocks in file preview.
There seem to be solutions available to enable using highlight as a plugin in showdown https://www.npmjs.com/package/showdown-highlight
We should give it a try.
Context
GitLab already supports that: https://renkulab.io/gitlab/lorenzo.cavazzi.tech/renku-api-demo
Reference project on RenkuLab: https://renkulab.io/projects/lorenzo.cavazzi.tech/renku-api-demo
The text was updated successfully, but these errors were encountered: