Highlight
Highlight
Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It can work with pretty much any markup, doesn’t depend on any other frameworks, and has automatic language detection.
We used some 3rd party plugins while developing the Qoduby template. We have customized these plugins according to our template. You can view examples of this plugin below.
You can find the original documentation of this plugin in the info card above.
Basic Example
<pre>
<code class="language-javascript">
// Your javascript code
</code>
</pre>