Switch markdown engine to kramdown.

This commit is contained in:
Mark Paluch
2016-04-07 10:01:46 +02:00
parent 6638f12e3f
commit d4acffdc08
3 changed files with 12 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ $(document).ready(function() {
Spring.configureCopyButtons = function() {
if (ZeroClipboard.detectFlashSupport()) {
$(".highlight > pre").each(function(index) {
$(".highlighter-rouge > pre").each(function(index) {
Spring.buildCopyButton($(this), index);
}
);