The idea is to extend the Knowledge base editor with support for code snippets.
Very often, we need to provide example bash commands or code snippets, but the current support requires formatting it directly from HTML with <pre> etc., instead it should be pretty straightforward to provide support for
https://highlightjs.org/demo or similar.