Skip to content

Commit 2052801

Browse files
committed
highlight as html
1 parent a76850b commit 2052801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// other cleanup
1313
code = code.replace(/=""/g,'')
1414
// add code block to dom
15-
$(this).after( $('<code class="highlight">').html(code) )
15+
$(this).after( $('<code class="highlight html">').html(code) )
1616
});
1717

1818
$('code.highlight').each(function() {

0 commit comments

Comments
 (0)