Skip to content

Commit 2b2f61d

Browse files
committed
docs(mkdocs): add smarty extension for improved typography
Enable the smarty markdown extension to automatically convert quotes and dashes to their typographically correct equivalents. This enhances documentation readability by using proper typographic punctuation.
1 parent 39dd415 commit 2b2f61d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/.config/copier/mkdocs.yaml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ markdown_extensions:
253253
alternate_style: true
254254
pymdownx.tasklist:
255255

256+
# ref: <https://python-markdown.github.io/extensions/#officially-supported-extensions>
257+
smarty:
258+
256259
# ref: <https://github.com/radude/mdx_truly_sane_lists>
257260
mdx_truly_sane_lists:
258261

0 commit comments

Comments
 (0)