steindani / pandoc-include

An include filter for Pandoc
MIT License
61 stars 20 forks source link

support include block of source #11

Closed wcy123 closed 7 years ago

wcy123 commented 7 years ago

for example, to include the source code hello.cpp, we add the following lines

```include
quote cpp /path/to/your/hello.cpp
```