code highlighting website

Solutions on MaxInterview for code highlighting website by the best coders in the world

showing results for - "code highlighting website"
Giorgio
31 Jan 2018
1<!-- hightlight.js is a great library for this -->
2
3<!-- Import -->
4<link rel="stylesheet" href="/path/to/styles/default.css">
5<script src="/path/to/highlight.min.js"></script>
6<script>hljs.highlightAll();</script>
7
8<!-- Usage -->
9<pre><code class="language-html">...</code></pre>