Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhlig/pandoc-include-filter
Pandoc filter for including files in code blocks
https://github.com/suhlig/pandoc-include-filter
pandoc pandoc-filter
Last synced: 18 days ago
JSON representation
Pandoc filter for including files in code blocks
- Host: GitHub
- URL: https://github.com/suhlig/pandoc-include-filter
- Owner: suhlig
- Created: 2017-11-05T15:34:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:46:57.000Z (3 months ago)
- Last Synced: 2024-08-08T00:46:50.025Z (3 months ago)
- Topics: pandoc, pandoc-filter
- Language: Ruby
- Homepage: https://rubygems.org/gems/pandoc-include-filter
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Pandoc `#include` Filter
[![Build Status](https://app.travis-ci.com/suhlig/pandoc-include-filter.svg?branch=master)](https://app.travis-ci.com/suhlig/pandoc-include-filter)
This is a [Pandoc](http://pandoc.org/) [filter](http://www.pandoc.org/filters.html) for including files in code blocks.
Look at [spec/fixtures/input.md](spec/fixtures/input.md) for an example input file. Use the filter to include the referenced file with:
```bash
$ pandoc spec/fixtures/input.md --filter exe/pandoc-include-filter
```# References
* [paru docs](https://heerdebeer.org/Software/markdown/paru/#writing-and-using-pandoc-filters-with-paru)