We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32c6b3 commit cbe34bdCopy full SHA for cbe34bd
docs/src/markdown/extensions/blocks/plugins/admonition.md
@@ -114,7 +114,7 @@ md = markdown.Markdown(
114
extensions=['pymdownx.blocks.admonition'],
115
extension_configs={
116
'pymdownx.blocks.admonition": {
117
- 'types': [{'name': some-custom-type', 'class': 'custom', 'title': 'My Default title'}]
+ 'types': [{'name': 'some-custom-type', 'class': 'custom', 'title': 'My Default title'}]
118
}
119
120
)
0 commit comments