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/markdown-it-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: executablebooks/markdown-it-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 12 commits
  • 36 files changed
  • 4 contributors

Commits on Aug 17, 2021

  1. ⬆️ Update: Sync with markdown-it v12.1.0 and CommonMark v0.30 (#168)

    A port of markdown-it/markdown-it@df4607f...13cdeb9:
    
    - Update CommonMark spec to 0.30
    - Fix emphasis algorithm as per 0.30 spec
    - Update HMTL_SEQUENCES regexes as per CM 0.30 spec
    hukkin authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    42e5732 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. 📚 DOCS: Fix parameter-names and descriptions (#173)

    this corrects the docstrings of some of class Ruler's methods
    marcusatiliusregulus authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    cde6906 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    facd548 View commit details
    Browse the repository at this point in the history
  2. 🧪 TESTS: Add URL normalisation xfail (#170)

    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    hukkin and chrisjsewell authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0195be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a65b3 View commit details
    Browse the repository at this point in the history
  4. 👌 IMPROVE: Use __all__ to signal re-exports (#120)

    Co-authored-by: Taneli Hukkinen <hukkinj1@users.noreply.github.com>
    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    3 people authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    73763b3 View commit details
    Browse the repository at this point in the history
  5. ♻️ REFACTOR: Port mdurl and punycode for URL normalisation (#171)

    This port brings markdown-it-py closer inline with markdown-it,
    and fixes the outstanding CommonMark compliance tests.
    hukkin authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    bb6cf6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2863ebb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0725a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    934eb90 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. ♻️ REFACTOR: Remove AttrDict (#181)

    This is no longer used is core or mdit-py-plugins,
    instead standard dictionaries are used.
    chrisjsewell authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4827cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    465b54d View commit details
    Browse the repository at this point in the history
Loading