From 62a560f27c948c77560855f395149266927627b4 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Sep 2018 21:17:02 +0000 Subject: [PATCH] commonmark changed their module name? --- revealjs/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revealjs/build.py b/revealjs/build.py index ecff64e..61c98cb 100755 --- a/revealjs/build.py +++ b/revealjs/build.py @@ -5,7 +5,7 @@ import sys import yaml from jinja2 import Environment, FileSystemLoader -from CommonMark import commonmark +from commonmark import commonmark # "template macros" template_replace = [