Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 14 commits
  • 36 files changed
  • 7 contributors

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    ba0c31e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. [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>
    pre-commit-ci[bot] and chrisjsewell authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3829c84 View commit details
    Browse the repository at this point in the history
  2. 👌 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>
    3 people authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    867a77a View commit details
    Browse the repository at this point in the history
  3. ⬆️ Bump actions/checkout from 3 to 4 (#98)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bd8d37d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. ⬆️ Bump actions/setup-python from 4 to 5 (#101)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    14dfd1a View commit details
    Browse the repository at this point in the history
  2. [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>
    pre-commit-ci[bot] and chrisjsewell authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    950908b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    7762458 View commit details
    Browse the repository at this point in the history
  2. 👌 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.
    chrisjsewell authored May 12, 2024
    Configuration menu
    Copy the full SHA
    33c27e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1f557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d11bdaf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    637f7e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. 👌 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)
    chrisjsewell authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3f7fcc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. ✨ 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>
    3 people authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    10d5b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2236898 View commit details
    Browse the repository at this point in the history
Loading