Skip to content

Commit

Permalink
add pandoc template to default template list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Oct 21, 2024
1 parent 563327a commit 2696b43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entangled/config/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
]

0 comments on commit 2696b43

Please sign in to comment.