md-include-0.1.0 is not a library.
MD Include
A simple tool to insert other files into markdown (or any) files.
Simply place the string {{ embed_file(path="<FILE_NAME>") }} into your file, then call md-include on it:
) }}
Installing
cargo install md-include
Usage
<ROOT_DIR> The
If you pass a glob instead of a single file, this tool will parse and embed all embed_files, then concat them all seperated by \n\n * * * \n\n (a Markdown )
The sort order is based on depth of paths, with ties broken by alphabetical order.
You can also use -o and this will call pandoc to convert markdown to pdf.