فهرست منبع

Remove unneeded comments

simov 9 سال پیش
والد
کامیت
47bb2b736c
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  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) => {