Annotated notes are an extension of markdown blockquotes. Supported annotations :
> **Info** Info> **Note** Note> **Tag** Tag> **Comment** Comment> **Hint** Hint> **Success** Success> **Warning** Warning> **Caution** Caution> **Danger** Danger> **Quote** QuoteLowercase are allowed for annotations too.
You can use special annotations for editorial purpose
> **todo** TODO> **fixme** FIXME> **xxx** XXXBe sure too activate the option from the book.json file :
{
"plugins" : ["richquotes"]
,"pluginsConfig":
{
"richquotes" :
{
"todos" : true /*false by default*/
}
}
}
You can use install it via NPM:
$ npm install gitbook-plugin-richquotes
And use it for your book by adding book.json
{
"plugins" : "richquotes"
}
—
$ claude mcp add gitbook-plugin-richquotes \
-- python -m otcore.mcp_server <graph>