]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/markdown.ts
Fix player error modal size
[github/Chocobozzz/PeerTube.git] / server / helpers / markdown.ts
index f9291bdad43acd0dbbf78ac636574e84a0803b02..a20ac22d4406b1e04be4c7774a26a8c1acd03310 100644 (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
   }