mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-09 06:40:05 +08:00
fix code style
This commit is contained in:
public
@ -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');
|
||||
|
Reference in New Issue
Block a user