Skip to content

Commit 45470cf

Browse files
committed
mdx_linkify
1 parent 1eee2ca commit 45470cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

build/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def main():
108108
extensions = [
109109
"fenced_code", # code blocks formatting
110110
"markdown_math_escape", # support for math formula
111+
"mdx_linkify", # convert text that looks like links into links
111112
]
112113
md = MarkdownConverter(
113114
extensions=extensions,

build/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
markdown
22
markdown_math_escape
3+
mdx-linkify
34
tqdm

0 commit comments

Comments
 (0)