We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eee2ca commit 45470cfCopy full SHA for 45470cf
2 files changed
build/build.py
@@ -108,6 +108,7 @@ def main():
108
extensions = [
109
"fenced_code", # code blocks formatting
110
"markdown_math_escape", # support for math formula
111
+ "mdx_linkify", # convert text that looks like links into links
112
]
113
md = MarkdownConverter(
114
extensions=extensions,
build/requirements.txt
@@ -1,3 +1,4 @@
1
markdown
2
markdown_math_escape
3
+mdx-linkify
4
tqdm
0 commit comments