gitbook-plugin-include-html

0.2.0 • Public • Published

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" ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-include-html

Weekly Downloads

3

Version

0.2.0

License

none

Last publish

Collaborators

  • dtolb