From 2696b432ab08a9841e398e644d9ab29affdf8aa8 Mon Sep 17 00:00:00 2001 From: Johan Hidding Date: Mon, 21 Oct 2024 09:11:26 +0200 Subject: [PATCH] add pandoc template to default template list --- entangled/config/templates.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entangled/config/templates.py b/entangled/config/templates.py index d707846..49a0a1e 100644 --- a/entangled/config/templates.py +++ b/entangled/config/templates.py @@ -26,4 +26,11 @@ class Template: "python, mkdocs", "Fast, simple project documentation for Python", ), + Template( + "pandoc", + "Pandoc", + "gh:entangled/template-pandoc", + "pandoc", + "Supports HTML and PDF output, numbered equations and citations." + ) ]