diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-05-17 17:02:34 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-05-17 17:02:34 -0500 |
| commit | 3d70e7b6ff9c4993a3c2afe27cedb720adc01f90 (patch) | |
| tree | 6129ec034e938b543e9ec08757531716f87bf7cb /build.py | |
| parent | 908593022c229a667d0ff2625fd88b65d9331a46 (diff) | |
releasing-pypi-gitlab
Diffstat (limited to 'build.py')
| -rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"))) |
