Skip to content

Commit 5711f3b

Browse files
committed
update comments for use of pathconverter
1 parent db10428 commit 5711f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ markdown_extensions:
151151
emoji_index: !!python/name:materialx.emoji.twemoji
152152
emoji_generator: !!python/name:materialx.emoji.to_svg
153153
md_in_html: {} # Allows markdown to be used in HTML
154-
pymdownx.pathconverter:
155-
base_path: 'docs' # default: ''
154+
pymdownx.pathconverter: # Allows for absolute linking of images and other assets
155+
base_path: 'docs' # repository root
156156
relative_path: '' # default ''
157157
absolute: true # default: false
158158
tags: 'a script img link object embed'

0 commit comments

Comments
 (0)