Add anchor links
This commit is contained in:
parent
06d508562a
commit
196c3749a7
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ markdown_extensions:
|
||||||
- abbr
|
- abbr
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
|
- footnotes
|
||||||
|
- toc:
|
||||||
|
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
|
||||||
|
permalink: true
|
||||||
|
permalink_title: Anchor link to this section
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue