summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index b692d41..825ec0c 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,16 @@ Here are the options that can be stored in this file:
"facebook": null,
"twitter": null
}
+ },
+
+
+ // Options for PDF generation
+ "pdf": {
+ // Add toc at the end of the file
+ "toc": true,
+
+ // Font size for the fiel content
+ "fontSize": 12
}
}
```