diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-03 16:24:35 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-03 16:24:35 +0200 |
commit | c803270af8c2f7d19de83f2997dbd7fe7675bd54 (patch) | |
tree | aab333ef7c4e69c37c1645483cf37f6e3bb99966 /README.md | |
parent | 5d51263a58d6512ce131729fe87851d3d817440d (diff) | |
download | gitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.zip gitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.tar.gz gitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.tar.bz2 |
Add option pdf.pageNumber
Fix GitbookIO/editor#38
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,6 +106,9 @@ Here are the options that can be stored in this file: // Add toc at the end of the file "toc": true, + // Add page numbers to the bottom of every page + "pageNumbers": false, + // Font size for the fiel content "fontSize": 12, |