markdown & code style
This commit is contained in:
parent
015174484a
commit
c9bf526be7
7 changed files with 764 additions and 265 deletions
|
@ -111,4 +111,13 @@ function initUserSetting(){
|
|||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
;(function($){
|
||||
// on Dom Ready
|
||||
$(function(){
|
||||
var $pre = $('.markdown').find('pre > code').parent();
|
||||
$pre.addClass("prettyprint");
|
||||
prettyPrint();
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue