aniav / gitbook-plugin-emoji-notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitbook plugin: Transform annotated quotes to notes

For gitbook 3.x

Emoji notes are an additional tag for Gitbook.

Supported emoji blocks:

  • {% emojinote %}
  • {% emojiwarning %}
  • {% emojidanger %}
  • {% emojisuccess %}

The example usage:

{% emojinote %}
Example text here.
{% endemojinote %}

You can install this plugin via NPM:

$ npm install gitbook-plugin-richquotes-emoji

Be sure to activate the option from the book.json file:

{
    "plugins" : ["richquotes-emoji"]
}

About

License:Apache License 2.0


Languages

Language:JavaScript 60.0%Language:CSS 40.0%