-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: executablebooks/mdit-py-plugins
base: v0.4.0
head repository: executablebooks/mdit-py-plugins
compare: v0.4.2
- 14 commits
- 36 files changed
- 7 contributors
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba0c31e - Browse repository at this point
Copy the full SHA ba0c31eView commit details
Commits on Jan 11, 2024
-
[pre-commit.ci] pre-commit autoupdate (#90)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3829c84 - Browse repository at this point
Copy the full SHA 3829c84View commit details -
👌 Expand support for Python-Markdown in the admon plugin (#94)
- Strip redundant quotes to improve support for [Python Markdown](https://python-markdown.github.io/extensions/admonition/) - Follow Python-Markdown's syntax to parse the title in double quotes and use all other tokens as classes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 867a77a - Browse repository at this point
Copy the full SHA 867a77aView commit details -
⬆️ Bump actions/checkout from 3 to 4 (#98)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd8d37d - Browse repository at this point
Copy the full SHA bd8d37dView commit details
Commits on Jan 15, 2024
-
⬆️ Bump actions/setup-python from 4 to 5 (#101)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14dfd1a - Browse repository at this point
Copy the full SHA 14dfd1aView commit details -
[pre-commit.ci] pre-commit autoupdate (#100)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 950908b - Browse repository at this point
Copy the full SHA 950908bView commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7762458 - Browse repository at this point
Copy the full SHA 7762458View commit details -
👌 Add option for footnotes references to always be matched (#108)
Usually footnote references are only matched when a footnote definition of the same label has already been found. If `always_match_refs=True`, any `[^...]` syntax will be treated as a footnote.
Configuration menu - View commit details
-
Copy full SHA for 33c27e0 - Browse repository at this point
Copy the full SHA 33c27e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1f557 - Browse repository at this point
Copy the full SHA aa1f557View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11bdaf - Browse repository at this point
Copy the full SHA d11bdafView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 637f7e7 - Browse repository at this point
Copy the full SHA 637f7e7View commit details
Commits on Sep 7, 2024
-
👌 Improve parsing of nested amsmath (#119)
The previous logic was problematic for amsmath blocks nested in other blocs (such as blockquotes) The new parsing code now principally follows the logic in `markdown_it/rules_block/fence.py` (see also https://spec.commonmark.org/0.30/#fenced-code-blocks), except that: 1. it allows for a closing tag on the same line as the opening tag, and 2. it does not allow for an opening tag without closing tag (i.e. no auto-closing)
Configuration menu - View commit details
-
Copy full SHA for 3f7fcc6 - Browse repository at this point
Copy the full SHA 3f7fcc6View commit details
Commits on Sep 9, 2024
-
✨ Add
allowed
option for inline/block attributes (#115)The `allowed` option accepts a list of allowed attribute names. If not ``None``, any attributes not in this list will be removed and placed in the token's meta under the key `"insecure_attrs"`. Co-authored-by: maximkurbatov <maximkurbatov@yandex-team.ru> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10d5b4d - Browse repository at this point
Copy the full SHA 10d5b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2236898 - Browse repository at this point
Copy the full SHA 2236898View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.0...v0.4.2