mirror of https://github.com/Chocobozzz/PeerTube
Remove unnecessary comment
parent
2f19481147
commit
41878d3397
|
@ -51,7 +51,6 @@ function plainTextPlugin (markdownIt: any) {
|
|||
function plainTextRule (state: any) {
|
||||
const text = scan(state.tokens)
|
||||
|
||||
// markdownIt.plainText = text.replace(/\s+/g, ' ')
|
||||
markdownIt.plainText = text
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue