gitbook-plugin-comments
v0.0.2
Published
Gitbook plugin - Transform markdown comments to html notes
Readme
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-commentsAnd use it for your book with:
$ gitbook build ./ --plugins=comments