Skip to content

Commit 630b091

Browse files
authored
Fix quotation mismatch in admonition documentation (#2777)
1 parent edc6474 commit 630b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ from pymdownx.blocks.admonition import Admonition
8888
md = markdown.Markdown(
8989
extensions=['pymdownx.blocks.admonition'],
9090
extension_configs={
91-
'pymdownx.blocks.admonition": {
91+
'pymdownx.blocks.admonition': {
9292
'types': ['note', 'warning', 'some-custom-type']
9393
}
9494
}

0 commit comments

Comments
 (0)