Set initial header level to <h2> explicitly because after removing
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 14:21:18 +0200
changeset 1917 d5967d76dae5
parent 1916 bef8b9e6c2fa
child 1918 1f865437038a
Set initial header level to <h2> explicitly because after removing HEADER.rst top level headers become <h1> and so doesn't properly highlighted.
Makefile
--- a/Makefile	Mon Feb 22 14:15:04 2016 +0200
+++ b/Makefile	Mon Feb 22 14:21:18 2016 +0200
@@ -34,7 +34,7 @@
 endif
 
 RST_WARNING_FLAGS := --halt warning
-RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax
+RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax --initial-header-level=2
 RST_FLAGS := $(RST_WARNING_FLAGS) $(RST_RENDER_FLAGS)
 
 ################################################################