Browse Source

removed comments in README

Hao Luo 6 years ago
parent
commit
9b167f755e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -55,8 +55,8 @@ Due to other plugins using code block notion to denote other functionality, you
 "pluginsConfig": {
   "prism": {
     "ignore": [
-      "mermaid", //used by https://github.com/yanni4night/gitbook-plugin-mermaid-full
-      "eval-js" //used by https://github.com/brian-dawn/gitbook-plugin-klipse
+      "mermaid",
+      "eval-js"
     ]
   }
 }