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/MyST-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: executablebooks/MyST-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 14 commits
  • 33 files changed
  • 5 contributors

Commits on Mar 7, 2023

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LastDragon-ru Aleksei Lebedev
    Copy the full SHA
    a784880 View commit details

Commits on Jun 5, 2023

  1. ⬆️ UPGRADE: Drop Python 3.7 (#772)

    Python 3.7 is now end-of-life
    chrisjsewell authored Jun 5, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LastDragon-ru Aleksei Lebedev
    Copy the full SHA
    0bd853b View commit details
  2. Copy the full SHA
    bb53c05 View commit details
  3. Copy the full SHA
    fc9e9bc View commit details
  4. ⬆️ Update linkify-it-py requirement from ~=1.0 to ~=2.0 (#675)

    See https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    dependabot[bot] and chrisjsewell authored Jun 5, 2023
    Copy the full SHA
    40a548d View commit details
  5. Copy the full SHA
    41582e2 View commit details
  6. 🧪 Introduce a gate/check GHA job (#635)

    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    webknjaz and chrisjsewell authored Jun 5, 2023
    Copy the full SHA
    19b00d2 View commit details

Commits on Jun 6, 2023

  1. ⬆️ UPGRADE: sphinx 7, drop sphinx 5 (#776)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    chrisjsewell and pre-commit-ci[bot] authored Jun 6, 2023
    Copy the full SHA
    b043351 View commit details
  2. 👌 IMPROVE: Substitution extension (#777)

    Allow any value type (including dict, list, datetime, ...) and emit a `myst.substitution` warning for errors in resolving the substitution.
    chrisjsewell authored Jun 6, 2023
    Copy the full SHA
    3a6bbb1 View commit details
  3. Copy the full SHA
    4d49023 View commit details
  4. Copy the full SHA
    3fb7d9e View commit details

Commits on Jun 7, 2023

  1. 📚 Update sphinxext-opengraph from ~=0.7.5 to ~=0.8.2 (#759)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    dependabot[bot] and chrisjsewell authored Jun 7, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    ramsey Ben Ramsey
    Copy the full SHA
    80b892f View commit details

Commits on Jun 13, 2023

  1. 👌 Improve default slug generation for heading anchors (#753)

    This commit makes the slug generation closer to GitHub,
    in that, starting/ending whitespace will not be stripped.
    
    For example, ``#  ` a` b `c ` `` will now correctly create the slug
    `-a-b-c-` and not `a-b-c`
    
    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    Cimbali and chrisjsewell authored Jun 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    ramsey Ben Ramsey
    Copy the full SHA
    28a9df3 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    ramsey Ben Ramsey
    Copy the full SHA
    4ae5863 View commit details
Loading