added option to bring back plain (non-markdown) headings, closes #1678

This commit is contained in:
zadam
2021-03-09 22:06:40 +01:00
parent a654078e56
commit f8fb071a6f
8 changed files with 50 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ function index(req, res) {
res.render(view, {
csrfToken: csrfToken,
theme: options.theme,
headingStyle: options.headingStyle,
mainFontSize: parseInt(options.mainFontSize),
treeFontSize: parseInt(options.treeFontSize),
detailFontSize: parseInt(options.detailFontSize),