Skip to content

Commit

Permalink
Fix in-page permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jul 27, 2020
1 parent 74dee33 commit 4a70f85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/core/MkCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ protected function writeyml($nav, $dest)
'extra_css' => ['css/extra.readthedocs.css'],
'markdown_extensions' => [
['toc' => [
'toc_depth' => 0,
'permalink' => '',
'permalink' => true,
]],
['admonition' => []],
['pymdownx.magiclink' => []],
Expand Down

0 comments on commit 4a70f85

Please sign in to comment.