Skip to content

Commit

Permalink
FIX: smartstong -> smartstrong (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
perpil authored Dec 15, 2022
1 parent b784547 commit d72ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/extra.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Python Markdown has an `extra` extension that provides features similar to PHP Markdown Extra. PyMdown Extensions aims
to provide not only new features, but to improve behavior in Python Markdown's existing feature set. Some of these
things can be at odds. Python Markdown's `smartstrong` and `fenced_code` are not compatible with PyMdown Extensions'
`betterem` and `superfences`. `smartstong` should never be loaded at the same time as `betterem`, and `superfences`
`betterem` and `superfences`. `smartstrong` should never be loaded at the same time as `betterem`, and `superfences`
should not be loaded at the same time as `fenced_code`. For these reasons, it is not possible to use Python Markdown's
`extra` and PyMdown Extensions' `superfences` and `betterem` at the same time. To make this less frustrating, PyMdown
Extensions provides it's own implementation of `extra`.
Expand Down

0 comments on commit d72ab60

Please sign in to comment.