0.1.1 • Published 6 years ago
pandemic-include v0.1.1
pandemic-include
Wrapper of for Pandemic.
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 -->