commonmark changed their module name?
This commit is contained in:
parent
26aabbbf3e
commit
62a560f27c
|
@ -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 = [
|
||||
|
|
Reference in a new issue