Skip to content

Add syntax highlighting support for RenderedText component

Daniel Gerhardt requested to merge syntax-highlighting into master

This adds a syntaxHighlighting parameter to the component and the CSS theme of the Prism library. The library's JS code is not used because rendering is done on the server side.

Depends-On: formatting-service!8 (merged)
Closes: #718 (closed)

Edited by Daniel Gerhardt

Merge request reports