GitBook Plugin: Advanced Emoji
Last updated
Was this helpful?
Last updated
Was this helpful?
Transforms emojis like :white_check_mark:
into real emoji images using .
Please note that this plugin only works for markdown files. All other filetypes will just be ignored, and the plugin does nothing.
You can install this plugin via npm:
Be sure to activate the option from the book.json
file:
Then run gitbook install
followed by either gitbook serve
or gitbook build
If you want for example occurences of emojis not replaced you will need to wrap them in the following comments.
You can even set the ignores around a codeblock or more lines.
You can see the Branch on how to use the plugin when building a PDF.
is licensed under MIT License
is licensed under MIT License