Skip to content

Commit 029a47c

Browse files
committed
docs: restore the markdown extensions pymdownx.extra bundled
Replacing pymdownx.extra with bare superfences silently dropped abbr, def_list, footnotes, and pymdownx.betterem. The missing betterem was already visibly wrong: the 'application/*' and 'text/*' literals in the streamable_http docstring paired their asterisks into spurious emphasis. A full-site rendering diff shows that fix is the only change the four extensions cause.
1 parent 72f1d97 commit 029a47c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,13 @@ extra_css:
126126

127127
markdown_extensions:
128128
- tables
129+
- abbr
129130
- admonition
130131
- attr_list
132+
- def_list
133+
- footnotes
131134
- md_in_html
135+
- pymdownx.betterem
132136
- pymdownx.details
133137
- pymdownx.caret
134138
- pymdownx.critic

0 commit comments

Comments
 (0)