0.1.1 • Published 5 years ago

pandemic-include v0.1.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
5 years ago

pandemic-include

Wrapper of mdinclude 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 -->
0.1.1

5 years ago

0.1.0

5 years ago