pandoc-include icon indicating copy to clipboard operation
pandoc-include copied to clipboard

An include filter for Pandoc

Results 14 pandoc-include issues
Sort by recently updated
recently updated
newest added

I've tried several times over a couple of days to the same effect: [error.txt](https://github.com/steindani/pandoc-include/files/2445806/error.txt) macOS 10.14 (18A391) Any ideas how to fix this?

Pandoc has switch many of its internals from `String` to `Text`, which breaks the build of this package. Will you release a new version that supports newer releases of Pandoc?

Can anyone help? `cabal install pandoc-include` failed with the above error. Above mentined cabal installation provided pandoc2.06. Piping IncludeFilter.hs (as described in the README) within my pandoc call leeds to...

I have a fully updated Arch install, but the homepage example doesn't work. Should it? The only output for ` ```include ...``` ` it generates is `\begin{verbatim} ... \end{verbatim}`.

Hi How would one go about using this with pandoc 2? I notice that it renders the included files with pandoc 1.19 which does not include the newer syntax formats...

Steps to reproduce: 1) create two files **test.md** `````` # Тест * один * два * три ```include include.md ``` `````` **include.md** ``` * четыре * пять * шесть ```...

Pandoc-include doesn't currently allow us to include only a range of line numbers, does it? For example, if I have a complete poem or program in a file (e.g., poem.md...