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:
parent
71b82396a2
commit
d2449ad926
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue