/gitbook-plugin-include

Primary LanguageJavaScriptApache License 2.0Apache-2.0

gitbook-plugin-include

Preprocess your Markdown files, replacing all instances of

!INCLUDE "file.md"

with the contents of the specified file. The file can be a multi-level path.

Usage

Add to your book.json plugin list:

{
    "plugins" : [ "include" ],
}