Remove unnecessary comment

pull/4846/head
Chocobozzz 2022-03-07 11:52:29 +01:00
parent 2f19481147
commit 41878d3397
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -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
}