Skip to content

Commit cbe34bd

Browse files
committed
Fix admonition example
1 parent d32c6b3 commit cbe34bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/markdown/extensions/blocks/plugins/admonition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ md = markdown.Markdown(
114114
extensions=['pymdownx.blocks.admonition'],
115115
extension_configs={
116116
'pymdownx.blocks.admonition": {
117-
'types': [{'name': some-custom-type', 'class': 'custom', 'title': 'My Default title'}]
117+
'types': [{'name': 'some-custom-type', 'class': 'custom', 'title': 'My Default title'}]
118118
}
119119
}
120120
)

0 commit comments

Comments
 (0)