Skip to content

Commit 31da0c8

Browse files
author
Jakob Kramer
committed
fix broken documentation code
1 parent 59bb9af commit 31da0c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/extensions/smarty.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ keys to the substitution strings.
2929
For example, one might use the following configuration to get correct quotes for
3030
the German language:
3131

32-
extensionConfigs = {
33-
'smarty': {
34-
'substitutions': {
35-
'left-single-quote': '‚', # sb is not a typo!
32+
extension_configs = {
33+
'markdown.extensions.smarty': {
34+
'substitutions': {
35+
'left-single-quote': '‚', # sb is not a typo!
3636
'right-single-quote': '‘',
3737
'left-double-quote': '„',
3838
'right-double-quote': '“'
3939
}
40-
}
40+
}
4141
}
4242

4343
!!! note

0 commit comments

Comments
 (0)