Skip to content

Commit 4a2ef72

Browse files
committed
feat: pydownx
add pydownx BREAKING CHANGE: you must have pydownx installed
1 parent e395d1d commit 4a2ef72

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

mkdocs_embed_file_plugins/plugin.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,29 @@ def cite(md_link_path, link, soup, citation_part, config, callouts, custom_attr,
168168
'admonition',
169169
'codehilite',
170170
'extra',
171+
'pymdownx.tilde',
172+
'pymdownx.superfences',
173+
'pymdownx.striphtml',
174+
'pymdownx.tabbed',
175+
'pymdownx.tasklist',
176+
'pymdownx.smartsymbols',
177+
"pymdownx.arithmatex",
178+
"pymdownx.b64",
179+
"pymdownx.caret",
180+
"pymdownx.critic",
181+
"pymdownx.details",
182+
"pymdownx.emoji",
183+
"pymdownx.escapeall",
184+
"pymdownx.highlight",
185+
"pymdownx.extra",
186+
"pymdownx.inlinehilite",
187+
"pymdownx.keys",
188+
"pymdownx.magiclink",
189+
"pymdownx.mark",
190+
"pymdownx.progressbar",
191+
"pymdownx.saneheaders",
192+
"pymdownx.smartsymbols",
193+
"pymdownx.snippets",
171194
WikiLinkPlusExtension(md_config['mdx_wikilink_plus']),
172195
],
173196
)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ python-frontmatter
66
mdx-wikilink-plus
77
mkdocs-callouts
88
mkdocs-custom-tags-attributes
9+
pymdown-extensions

0 commit comments

Comments
 (0)