summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-21 11:33:33 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-21 11:33:33 +0100
commitbe2da0fab1c467f84c33517950d67da3c9b5768d (patch)
treed5840c8c1cb97bd8f8a8a192c545ffb4577a8e3b /README.md
parent0da50819d663b94bb85ffcaae4231a635921431c (diff)
downloadgitbook-be2da0fab1c467f84c33517950d67da3c9b5768d.zip
gitbook-be2da0fab1c467f84c33517950d67da3c9b5768d.tar.gz
gitbook-be2da0fab1c467f84c33517950d67da3c9b5768d.tar.bz2
Fix json template preparation
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index bef3868..260bbaa 100644
--- a/README.md
+++ b/README.md
@@ -8,5 +8,4 @@ ChangeLog with 1.0.0:
- Hooks `summary` and `glossary` (after and before) have been removed
- Exercises and Quizzes are no longer parsed in the markdown parser
- You can now also use the `.markdown` extension for markdown files
-- Plugins can't replace `site:page`, `site:langs` and `site:glossary`
-
+- Templates are rendered with nunjucks instead of swig, syntax is almost compatible, there is some changes with contexts and filters.