diff options
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, |