We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40782b0 commit 59f4b33Copy full SHA for 59f4b33
_includes/gitsnippet.html
@@ -13,6 +13,7 @@
13
}).done(function(data) {
14
$("#testSnippet").html(data);
15
$("#testSnippet").addClass("lang-{{lang}}");
16
+ prettyPrint();
17
});
18
19
</script>
0 commit comments