--- md2html.dist 2020-01-19 12:23:17.906661191 +0100
+++ md2html 2020-01-19 12:52:50.033327856 +0100
@@ -298,6 +298,7 @@
markdown.markdownFromFile(
output_format="html5",
extensions=[
+ "markdown.extensions.checklist",
"markdown.extensions.fenced_code",
"markdown.extensions.codehilite",
"markdown.extensions.tables",