diff --git a/bin/md-to-html5 b/bin/md-to-html5 index a76be280..499a08b0 100755 --- a/bin/md-to-html5 +++ b/bin/md-to-html5 @@ -170,7 +170,7 @@ for f in "$@"; do cd $dir pandoc -t html5 -f markdown --template="$template" \ --highlight-style="$highlightstyle" \ - --tab-stop=8 --base-header-level=2 \ + --tab-stop=8 --shift-heading-level-by=1 \ -M author-meta='OpenSSL Foundation, Inc.' \ -M lang=en \ -M pagetitle="$title" \ diff --git a/inc/styles.html b/inc/styles.html new file mode 100644 index 00000000..e69de29b