We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9743f51 commit 8a3f952Copy full SHA for 8a3f952
mkdocs.yml
@@ -74,8 +74,9 @@ markdown_extensions:
74
- pymdownx.tilde
75
# This extension is a convenience extension which includes many pymdownx extensions
76
# (https://facelessuser.github.io/pymdown-extensions/extensions/extra/)
77
- - pymdownx.extra
78
-
+ - pymdownx.extra:
+ - markdown.extensions.footnotes:
79
+ BACKLINK_TEXT: '⤴ '
80
# Tabbed provides a syntax to easily add tabbed Markdown content.
81
# https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/
82
- pymdownx.tabbed:
0 commit comments