pandemics-include

Wrapper to use mdinclude as a pandemics preprocessing hook


Keywords
pandemics, include
License
BSD-3-Clause
Install
npm install pandemics-include@0.2.4

Documentation

pandemics-include

Wrapper of mdinclude for Pandemics. Allows to include markdown, text, or csv file directly in your manuscript.

Usage

The best would be to check mdinclude doc, but for a quick preview:

Include other markdown document:

<!-- #include chapters/one.md -->

Note that you can also use jockers:

<!-- #include chapters/*.md -->

Include csv file (will be converted to Markdown table, neat!):

<!-- #csv data/values.csv -->

Include source code:

<!-- #code example.js -->

Include as citation (prefixed with >):

<!-- #cite quotes/einstein.txt -->