executablebooks / mdit-py-plugins

Collection of core plugins for markdown-it-py
https://mdit-py-plugins.readthedocs.io
MIT License
30 stars 32 forks source link

⬆️ UPGRADE: Allow markdown-it-py v3 #85

Closed chrisjsewell closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.17 :warning:

Comparison is base (6f2e2a7) 92.70% compared to head (b7a38d1) 92.53%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== - Coverage 92.70% 92.53% -0.17% ========================================== Files 31 31 Lines 1781 1782 +1 ========================================== - Hits 1651 1649 -2 - Misses 130 133 +3 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `92.53% <100.00%> (-0.17%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/executablebooks/mdit-py-plugins/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks) | Coverage Δ | | |---|---|---| | [mdit\_py\_plugins/attrs/index.py](https://app.codecov.io/gh/executablebooks/mdit-py-plugins/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#diff-bWRpdF9weV9wbHVnaW5zL2F0dHJzL2luZGV4LnB5) | `92.10% <100.00%> (ø)` | | | [mdit\_py\_plugins/footnote/index.py](https://app.codecov.io/gh/executablebooks/mdit-py-plugins/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#diff-bWRpdF9weV9wbHVnaW5zL2Zvb3Rub3RlL2luZGV4LnB5) | `94.84% <100.00%> (+0.02%)` | :arrow_up: | | [mdit\_py\_plugins/utils.py](https://app.codecov.io/gh/executablebooks/mdit-py-plugins/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#diff-bWRpdF9weV9wbHVnaW5zL3V0aWxzLnB5) | `57.14% <100.00%> (-42.86%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

philippjfr commented 1 year ago

Sorry to bug you like this @chrisjsewell. Any chance to get a release with these updates? For various annoying reasons this currently breaks Panel use in pyodide: https://github.com/holoviz/panel/issues/5034

chrisjsewell commented 1 year ago

done 😉