https://github.com/ncaq/pandoc-include
pandoc include extension
https://github.com/ncaq/pandoc-include
haskell pandoc
Last synced: 10 months ago
JSON representation
pandoc include extension
- Host: GitHub
- URL: https://github.com/ncaq/pandoc-include
- Owner: ncaq
- License: gpl-2.0
- Created: 2015-05-09T15:19:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T12:34:25.000Z (over 10 years ago)
- Last Synced: 2025-02-10T13:12:08.336Z (12 months ago)
- Topics: haskell, pandoc
- Language: Haskell
- Size: 180 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandoc-include
It is pandoc filter script.
It include source code from external file for CodeBlock.
# How to use
Build by cabal.
~~~
pandoc --filter=pandoc-include
~~~
```md
~~~ {include="example.hs"}
~~~
```
# Authors
pandoc-include
Copyright (C) 2015 ncaq
This program is GPLv2 or any later version.
See COPYRIGHT for full copyright.