gitbook-plugin-include-html
v0.2.0
Published
Plugin for Gitbook which inserts external HTML files into the rendered HTML page
Downloads
14
Readme
gitbook-plugin-include-html
✳️✳️ Forked from gitbook-plugin-include ✳️✳️
Add raw HTML to your Markdown files, replacing all instances of
!INCLUDE "file.html"
With the contents of the specified file. The file can be a multi-level path. This all happens AFTER the page has been generated. Super useful to avoid complications with gitbook rendering of {% raw %} (...) {% endraw %}
Usage
Add to your book.json
plugin list:
{
"plugins" : [ "include-html" ],
}