From f306f6b52c5345814a97f279bf285c22e156b107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20K=C3=B6nig?= Date: Tue, 5 Nov 2024 16:49:44 +0100 Subject: [PATCH] Add `pandoc-include` filter to pandoc/extra (#251) Additional support for split documents and code files. The filter project is maintained at https://github.com/DCsunset/pandoc-include --- common/extra/requirements.txt | 1 + docs/extra.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/extra/requirements.txt b/common/extra/requirements.txt index 7f79072..a80c5fe 100644 --- a/common/extra/requirements.txt +++ b/common/extra/requirements.txt @@ -7,3 +7,4 @@ pandoc-latex-environment==1.1.* pandocfilters==1.5.* +pandoc-include==1.4.* diff --git a/docs/extra.md b/docs/extra.md index 1d1aa22..f4db325 100644 --- a/docs/extra.md +++ b/docs/extra.md @@ -6,7 +6,7 @@ and a curated selection of components: * Templates: [Eisvogel][] * Beamer Themes: [beamer-metropolis][] -* Pandoc filters: [pandoc-latex-environment][] + [Lua filters][] +* Pandoc filters: [pandoc-latex-environment][] + [Lua filters][], [pandoc-include][] * Open Source Fonts: Font Awesome, Source Code Pro, Source Sans Pro * PDF engines: [Tectonic][] @@ -14,6 +14,7 @@ and a curated selection of components: [beamer-metropolis]: https://github.com/matze/mtheme [pandoc-latex-environment]: https://github.com/chdemko/pandoc-latex-environment [Lua filters]: https://github.com/pandoc/lua-filters +[pandoc-include]: https://github.com/DCsunset/pandoc-include [Tectonic]: tectonic-typesetting.github.io [pandoc]: https://pandoc.org/