aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-20 08:41:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-20 08:41:15 -0700
commitbd18a80ebe7fbd8795aa30b7a3617891ae827ea8 (patch)
tree7de96888d30ea294305143069462e025dcff0c8b
parent1951c2349f8b129ae0cbc44409bc9b9f08328a04 (diff)
downloadpandoc-bd18a80ebe7fbd8795aa30b7a3617891ae827ea8.tar.gz
Document pandoc-templates repository in README.
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index a1f038f67..e5dacd614 100644
--- a/README
+++ b/README
@@ -570,6 +570,13 @@ consecutive items:
$for(author)$$author$$sep$, $endfor$
+If you use custom templates, you may need to revise them as pandoc
+changes. We recommend tracking the changes in the default templates,
+and modifying your custom templates accordingly. An easy way to do this
+is to fork the
+[pandoc-templates repository](http://github.com/jgm/pandoc-templates)
+and merge in changes after each pandoc release.
+
Pandoc's markdown
=================