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.1
Choose a head ref
  • 10 commits
  • 33 files changed
  • 5 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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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
Loading