markdown-includes 0.1.1

Include other documents, table of content, or rust-doc in Markdown using a simple template system
Documentation
1
2
3
4
5
6
7
8
9
10
11
# markdown-includes

```toml toc
header = "Table of contents"
```

---

```toml rustdoc
source = "lib.rs"
```