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: frostming/marko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: frostming/marko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 10, 2025

  1. fix: inline parsing edge case with nested emphasis (#242)

    before this, parsing would differ from CommonMark reference
    implementation, giving '<p>**a_{b}**</p>' for '**a_{b}**'.
    
    changes:
    * decrease cur after deleting a delimiter with can_open = False
    * add test
    ll3006 authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    4bf4fe8 View commit details
    Browse the repository at this point in the history
  2. chore: Update pdm.lock (#240)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    01f74f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    c0c9112 View commit details
    Browse the repository at this point in the history
  2. add changelog (#245)

    * feat: support python 3.14 and drop python 3.8 support
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * add changelog
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: update minimum Python version requirement to 3.9
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    cab8719 View commit details
    Browse the repository at this point in the history
  3. doc: update Python version requirement to 3.9 in README

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    4c46251 View commit details
    Browse the repository at this point in the history
Loading