There was an error while loading. Please reload this page.
1 parent ea1b610 commit 57a1abdCopy full SHA for 57a1abd
1 file changed
bin/build-markdown.py
@@ -64,7 +64,8 @@ def extract_title(text):
64
def render_markdown(text):
65
proc = subprocess.run(
66
["cmark-gfm", "--extension", "table", "--extension", "autolink",
67
- "--extension", "strikethrough", "--extension", "tasklist"],
+ "--extension", "strikethrough", "--extension", "tasklist",
68
+ "--unsafe"],
69
input=text, capture_output=True, encoding="utf-8",
70
)
71
if proc.returncode != 0:
0 commit comments