Commit 57550c2
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
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
1482 | | - | |
| 1482 | + | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| |||
1496 | 1496 | | |
1497 | 1497 | | |
1498 | 1498 | | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
1499 | 1512 | | |
1500 | 1513 | | |
1501 | 1514 | | |
| |||
0 commit comments