UNPKG
highlight
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Highlight code syntax with node.js
andris9/highlight
highlight
/
examples
/
example.js.html
6 lines
(4 loc)
•
92 B
HTML
View Raw
1
2
3
4
5
6
<pre><code>(
function
()
{
"use strict"
; console.
log
(
'Hello World!'
); }();</code></pre>