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 db10428 commit 5711f3bCopy full SHA for 5711f3b
mkdocs.yml
@@ -151,8 +151,8 @@ markdown_extensions:
151
emoji_index: !!python/name:materialx.emoji.twemoji
152
emoji_generator: !!python/name:materialx.emoji.to_svg
153
md_in_html: {} # Allows markdown to be used in HTML
154
- pymdownx.pathconverter:
155
- base_path: 'docs' # default: ''
+ pymdownx.pathconverter: # Allows for absolute linking of images and other assets
+ base_path: 'docs' # repository root
156
relative_path: '' # default ''
157
absolute: true # default: false
158
tags: 'a script img link object embed'
0 commit comments