fix line break
This commit is contained in:
parent
ec66281957
commit
64e331c5e1
@ -421,7 +421,7 @@ var tok = function() {
|
||||
body.push(next().text);
|
||||
}
|
||||
return '<p>'
|
||||
+ inline.lexer(body.join(' '))
|
||||
+ inline.lexer(body.join('\n'))
|
||||
+ '</p>';
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user