Skip to content

Commit a27535a

Browse files
committed
update comments for use of pathconverter
1 parent b630cee commit a27535a

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
@@ -150,8 +150,8 @@ markdown_extensions:
150150
pymdownx.emoji: # Allows emoji style inline embeds for icons
151151
emoji_index: !!python/name:materialx.emoji.twemoji
152152
emoji_generator: !!python/name:materialx.emoji.to_svg
153-
pymdownx.pathconverter:
154-
base_path: 'docs' # default: ''
153+
pymdownx.pathconverter: # Allows for absolute linking of images and other assets
154+
base_path: 'docs' # repository root
155155
relative_path: '' # default ''
156156
absolute: true # default: false
157157
tags: 'a script img link object embed'

0 commit comments

Comments
 (0)