mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
Remove unnecessary comment
This commit is contained in:
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
Block a user