aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-11 09:18:26 -0800
committerJohn MacFarlane <[email protected]>2023-01-11 09:18:26 -0800
commite5fed51529120067672b840ba80084281761649e (patch)
treee8bfb3fc60f7df2e88a5016cfc5d5eefb5d84132 /CONTRIBUTING.md
parent61518584b40f9357b06aeead24bc6617ba43cfee (diff)
Removed obsolete Templates section in CONTRIBUTING.md.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 17df42b87..8dc9f5eac 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -355,23 +355,6 @@ With stack:
pandoc +RTS -p -RTS [file]...
less pandoc.prof
-Templates
----------
-
-The default templates live in `data/templates`, which is a git
-subtree linked to <https://github.com/jgm/pandoc-templates.git>.
-The purpose of maintaining a separate repository is to allow
-people to maintain variant templates as a fork.
-
-You can modify the templates and submit patches without worrying
-much about this: when these patches are merged, we will
-push them to the main templates repository by doing
-
- git subtree push --prefix=data/templates templates master
-
-where `templates` is a remote pointing to the templates
-repository.
-
The code
--------