summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index d38dbcd..56196d2 100755
--- a/build.py
+++ b/build.py
@@ -12,7 +12,7 @@ __here__ = pathlib.Path(__file__).resolve().parent
date = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
-md = markdown.Markdown(extensions=['meta', "toc"])
+md = markdown.Markdown(extensions=['meta', "toc", "extra"])
env = jinja2.Environment(loader = jinja2.FileSystemLoader(str(__here__ / "templates")))