1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00

added smartypants support

This commit is contained in:
Bastian Venthur
2021-04-18 13:03:05 +02:00
parent 9cdecdccf7
commit 79edd04ee8
3 changed files with 30 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ def markdown_factory():
"""
md = Markdown(
extensions=[
'meta', 'fenced_code', 'codehilite',
'meta', 'fenced_code', 'codehilite', 'smarty',
MarkdownLinkExtension()
],
output_format='html5',