-
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Feb 17, 2022
Replies: 1 comment
-
You need to enable a combination of extensions in markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thim81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to enable a combination of extensions in
mkdocs.yml
: