Parcourir la source

Remove unneeded comments

simov il y a 9 ans
Parent
commit
47bb2b736c
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      background/markdown.js

+ 0 - 7
background/markdown.js

@@ -7,16 +7,9 @@ var md = {
     breaks: false,
     pedantic: false,
     sanitize: false,
-    // sanitizer: null,
-    // mangle: true, // mangling of email addresses
     smartLists: false,
-    // silent: false, // report errors
-    // highlight: null,
     langPrefix: 'language-', // prism
     smartypants: false
-    // headerPrefix: '',
-    // renderer:
-    // xhtml: false // handle self closing HTML tags
   },
   compile: (markdown, sendResponse) => {
     chrome.storage.sync.get((res) => {