We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db7fab commit c926e30Copy full SHA for c926e30
generator.py
@@ -48,7 +48,7 @@
48
cur.execute('CREATE UNIQUE INDEX anchor ON searchIndex (name, type, path);')
49
50
# Generate tldr pages to HTML documents
51
-markdowner = md.Markdown()
+markdowner = md.Markdown(extras=["code-friendly"])
52
with zipfile.ZipFile(io.BytesIO(r.content), "r") as archive:
53
for path in archive.namelist():
54
if path.startswith(doc_pref) and path.endswith(".md"):
0 commit comments