gitbook-plugin-edit-link
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "rtCamp <admin@rtcamp.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [{ |
@@ -42,2 +42,4 @@ GitBook Plugin: Edit Link | ||
This plugin simply looks for HTML comment `<!-- Actions Right -->` in parsed page content and insert HTML will be that page's source file on Github or Gitlab or any repo. | ||
This plugin simply looks for HTML comment `<!-- Actions Right -->` in parsed page content and insert "edit link" HTML right after it (HTML comment). | ||
This means if that HTML comment changes, this plugin will break (I hope to fix it easily whenever that happen). |
15408
45