Skip to content

Commit e279009

Browse files
committed
feat: embedded pdf previews
1 parent 8986a62 commit e279009

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +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: ''
155+
relative_path: '' # default ''
156+
absolute: false # default: false
157+
tags: 'a script img link object embed'

0 commit comments

Comments
 (0)