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 1744ad4 commit dbf9d01Copy full SHA for dbf9d01
_includes/gitsnippet.html
@@ -12,7 +12,8 @@
12
dataType: "text",
13
}).done(function(data) {
14
$("#testSnippet").html(data)
15
+ $("#testSnippet").addClass("lang-{{lang}}")
16
});
17
18
</script>
-<pre class="prettyprint lang-{{lang}}" id="testSnippet">Loading from https://cdn.rawgit.com/{{gitAccount}}/{{gitRepo}}/{{gitCommit}}/{{gitFile}}</pre>
19
+<pre class="prettyprint" id="testSnippet"></pre>
0 commit comments