Skip to content

Commit 57550c2

Browse files
committed
Migrate pymdownx to pymdown_extensions
Resolves #68 This commit adds `pymdown_extensions` registration as copy of `pymdownx` for use by plugins running on python 3.13 plugin_host. Note: Those need to explicitly specify dependency using official pypi name: ``` { "*": { "*": [ "pymdown_extensions" ] } } ``` Once sublimehq/package_control#1719 is merged, `pymdownx` can be removed. It is required for compatibility until then.
1 parent 825bddc commit 57550c2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

repository.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@
14791479
]
14801480
},
14811481
{
1482-
"name": "pymdownx",
1482+
"name": "pymdown_extensions",
14831483
"description": "PyMdown Extensions for Python Markdown",
14841484
"author": "facelessuser",
14851485
"issues": "https://github.com/facelessuser/pymdown-extensions/issues",
@@ -1496,6 +1496,19 @@
14961496
}
14971497
]
14981498
},
1499+
{
1500+
"name": "pymdownx",
1501+
"description": "PyMdown Extensions for Python Markdown",
1502+
"author": "facelessuser",
1503+
"issues": "https://github.com/facelessuser/pymdown-extensions/issues",
1504+
"releases": [
1505+
{
1506+
"base": "https://github.com/facelessuser/sublime-pymdownx",
1507+
"python_versions": ["3.3", "3.8"],
1508+
"tags": "st3-"
1509+
}
1510+
]
1511+
},
14991512
{
15001513
"name": "pyserial",
15011514
"description": "Python serial port access library",

0 commit comments

Comments
 (0)