aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/smarty.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extensions/smarty.md')
-rw-r--r--docs/extensions/smarty.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/smarty.md b/docs/extensions/smarty.md
index 9353d9b..109d78c 100644
--- a/docs/extensions/smarty.md
+++ b/docs/extensions/smarty.md
@@ -27,7 +27,7 @@ the German language:
```python
extension_configs = {
- 'markdown.extensions.smarty': {
+ 'smarty': {
'substitutions': {
'left-single-quote': '‚', # sb is not a typo!
'right-single-quote': '‘',
@@ -53,8 +53,8 @@ extension_configs = {
Usage
-----
-See [Extensions](index.md) for general extension usage, specify
-`markdown.extensions.smarty` as the name of the extension.
+See [Extensions](index.md) for general extension usage. Use `smarty` as the
+name of the extension.
See the [Library Reference](../reference.md#extensions) for information about
configuring extensions.