0.0.2 • Published 10 years ago

gitbook-plugin-comments v0.0.2

Weekly downloads
1
License
Apache 2
Repository
github
Last release
10 years ago

GitBook plugin : Transform comments to notes

This plugin converts markdown comments to notes in the browser. Markdown comments have the following syntax :

<!--- **warning** Your comment --->

Two levels of notes are supported for now :

  • warning
  • info

This feature could be useful for author internal notes. Or, if one clone some gitbook sources, add its personnal comments without interfering the original text.

You can use install it via NPM:

$ npm install gitbook-plugin-comments

And use it for your book with:

$ gitbook build ./ --plugins=comments