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
{{ message }}
This repository has been archived by the owner on May 18, 2023. It is now read-only.
Text is just orange and not a combination of green and orange as generated when built from AsciiDoc. The HTML source is marked up, so possibly a CSS issue.
Someone can take a look into https://github.com/kramdown/syntax-coderay (although I would suggest against it since it doesn't look highly maintained) but again, this is already available using asciidoc guides
Our setup uses Kramdown which needs a 3rd party gem (the link I added above) to be installed to support syntax highlighting. It seems poorly maintained so it could be risky to add it as a dependency.
Describe the bug
Adding syntax highlighting for xml files in markdown source does not render any colour in the built HTML.
For example:
Text is just orange and not a combination of green and orange as generated when built from AsciiDoc. The HTML source is marked up, so possibly a CSS issue.
Expected behavior
Code highlighted in green and orange
Actual behavior
Code only highlighted in orange
Steps to reproduce the bug
Add the example above into a markdown guide and build locally.
Environment where the bug occurred
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: