Commit 08d5c9d
committed
Fix problems with newer pandoc versions
Pandoc absolutely wants a styles.html alongside the HTML5 template, so
we give it one that's empty.
Also, --base-header-level is deprecated and should be replaced with
--shift-heading-level-by. The pandoc documentation gives us this
formula:
Use --shift-heading-level-by=X instead, where X = NUMBER - 1
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#359)1 parent a28a495 commit 08d5c9d
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
Whitespace-only changes.
0 commit comments