Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Insert HTML into Gitbook pages after rendering markdown -> HTML

License

Notifications You must be signed in to change notification settings

Bandwidth/gitbook-plugin-include-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Insert HTML into Gitbook pages after rendering markdown -> HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published