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 b630cee commit a27535aCopy full SHA for a27535a
mkdocs.yml
@@ -150,8 +150,8 @@ markdown_extensions:
150
pymdownx.emoji: # Allows emoji style inline embeds for icons
151
emoji_index: !!python/name:materialx.emoji.twemoji
152
emoji_generator: !!python/name:materialx.emoji.to_svg
153
- pymdownx.pathconverter:
154
- base_path: 'docs' # default: ''
+ pymdownx.pathconverter: # Allows for absolute linking of images and other assets
+ base_path: 'docs' # repository root
155
relative_path: '' # default ''
156
absolute: true # default: false
157
tags: 'a script img link object embed'
0 commit comments