HTML writer: set "hash" to True by default (for reveal.js).

Closes #7574.
See #6968 where the motivation for setting "hash" to True is
explained.
This commit is contained in:
John MacFarlane 2021-09-16 19:27:34 -07:00
parent 71b82396a2
commit d2449ad926

View file

@ -367,7 +367,7 @@ pandocToHtml opts (Pandoc meta blocks) = do
defField "slideNumber" False .
defField "showSlideNumber" ("all" :: Text) .
defField "hashOneBasedIndex" False .
defField "hash" False .
defField "hash" True .
defField "respondToHashChanges" True .
defField "history" False .
defField "keyboard" True .