~boringcactus/cactus-ssg

f0d77f2f27d1000808988464410aabdcb529b97a — Melody Horn 1 year, 10 months ago b7a3036
tables. they are good
1 files changed, 1 insertions(+), 1 deletions(-)

M build.py
M build.py => build.py +1 -1
@@ 85,7 85,7 @@ class HighlightRenderer(mistune_contrib.highlight.HighlightMixin, mistune.HTMLRe
        return super(HighlightRenderer, self).link(link, text, title)


markdown = mistune.create_markdown(renderer=HighlightRenderer(), plugins=['strikethrough'])
markdown = mistune.create_markdown(renderer=HighlightRenderer(), plugins=['strikethrough', 'table'])


def render(site_dir, page: Page):