diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-02-07 14:22:47 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-02-07 14:22:47 -0500 |
commit | 93dad08ca9967d75e5bb2b2e6e6301a98b900bfd (patch) | |
tree | 253586450b9bdaa9b04d853f23b6b590e0eb58ea /docs/extensions/smarty.txt | |
parent | 9f6b45f8944a2d91041e941da609e5ac09373e22 (diff) | |
download | markdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.tar.gz markdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.tar.bz2 markdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.zip |
Thorough spell check of the docs.
Diffstat (limited to 'docs/extensions/smarty.txt')
-rw-r--r-- | docs/extensions/smarty.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/smarty.txt b/docs/extensions/smarty.txt index a0680af..d511da1 100644 --- a/docs/extensions/smarty.txt +++ b/docs/extensions/smarty.txt @@ -26,7 +26,7 @@ Using the configuration option 'substitutions' you can overwrite the default substitutions. Just pass a dict mapping (a subset of) the keys to the substitution strings. -For example, one might use the following config to get correct quotes for +For example, one might use the following configuration to get correct quotes for the German language: extensionConfigs = { @@ -41,8 +41,8 @@ the German language: } !!! note - This extension reimplements the Python [SmartyPants] - library by intregated it into the markdown parser. + This extension re-implements the Python [SmartyPants] + library by integrating it into the markdown parser. While this does not provide any additional features, it does offer a few advantages. Notably, it will not try to work on highlighted code blocks (using the |