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
Note: for support questions, please use #ug-code-for-tulsa slack channel in Techlahoma or stackoverflow. This repository's issues are reserved for feature requests and bug reports.
I'm submitting a ...
feature request
What is the current behavior?
<code></code>blocks render with basic white-text-on-black styling without syntax highlighting features.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
Not a bug
What is the expected behavior?
Language-specific syntax highlighting should be rendered for <code></code> blocks where a language is appropriately specified in the markdown.
What is the motivation / use case for changing the behavior?
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Implementation would likely involve the use of highlight.js or Prims.js, either directly or through their associated unified plugins, rehype-highlight and rehype-prism, respectively. See this page for more information. NOTE: Special attention may need to be paid to the interaction between this feature and the rehype-sanitize plugin.
The text was updated successfully, but these errors were encountered:
Note: for support questions, please use #ug-code-for-tulsa slack channel in Techlahoma or stackoverflow. This repository's issues are reserved for feature requests and bug reports.
feature request
<code></code>
blocks render with basic white-text-on-black styling without syntax highlighting features.https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
Not a bug
Language-specific syntax highlighting should be rendered for
<code></code>
blocks where a language is appropriately specified in the markdown.Improve visual display of code elements
Implementation would likely involve the use of highlight.js or Prims.js, either directly or through their associated
unified
plugins, rehype-highlight and rehype-prism, respectively. See this page for more information.NOTE: Special attention may need to be paid to the interaction between this feature and the
rehype-sanitize
plugin.The text was updated successfully, but these errors were encountered: