diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-14 17:41:55 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-14 17:41:55 +0100 |
commit | 01a7c6f4e0e6518197b93ac350e73940197f22b4 (patch) | |
tree | 8d99c81177f00853d381e4b5cdec011ec1497be6 /lib/template/blocks.js | |
parent | 0e86cdeb4a3af445700e8e3ebbdb245e16581c17 (diff) | |
download | gitbook-01a7c6f4e0e6518197b93ac350e73940197f22b4.zip gitbook-01a7c6f4e0e6518197b93ac350e73940197f22b4.tar.gz gitbook-01a7c6f4e0e6518197b93ac350e73940197f22b4.tar.bz2 |
Add help chapter about variables
Diffstat (limited to 'lib/template/blocks.js')
-rw-r--r-- | lib/template/blocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template/blocks.js b/lib/template/blocks.js index 92097a7..0e04643 100644 --- a/lib/template/blocks.js +++ b/lib/template/blocks.js @@ -6,6 +6,6 @@ module.exports = { html: _.identity, // Highlight a code block - // This block can be extent by plugins + // This block can be replaced by plugins code: _.identity }; |