fix code style
This commit is contained in:
parent
28b4b6c9d5
commit
686348974b
3 changed files with 5 additions and 4 deletions
|
@ -68,7 +68,7 @@ var Gogits = {
|
|||
Gogits.renderMarkdown = function () {
|
||||
var $md = $('.markdown');
|
||||
var $pre = $md.find('pre > code').parent();
|
||||
$pre.addClass('prettyprint');
|
||||
$pre.addClass('prettyprint linenums');
|
||||
prettyPrint();
|
||||
|
||||
var $lineNums = $pre.parent().siblings('.lines-num');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue