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.html
17 lines
(16 loc)
•
194 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Foo
</
title
>
</
head
>
<
body
>
Bar
<
br
/>
Baz
<
p
>
Quux
</
p
>
<
ul
>
<
li
>
Qux
</
li
>
<
li
>
Grault
</
li
>
</
ul
>
</
body
>
</
html
>