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: twigphp/markdown-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.0
Choose a base ref
...
head repository: twigphp/markdown-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 17, 2025

  1. Update LeagueMarkdown.php

    xJuvi authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    cd4dca0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. CS fixes

    nicolas-grekas committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    eee96e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. bug #4653 Allow usage of other Markdown converters than CommonMark in…

    … LeagueMarkdown (xJuvi)
    
    This PR was merged into the 3.x branch.
    
    Discussion
    ----------
    
    Allow usage of other Markdown converters than CommonMark in LeagueMarkdown
    
    Since the `CommonMarkConverter` from `League\CommonMark` doesn't allow customizing the `Environment` class at construct-time, this simple change allows providing an instance the parent class, so we can both inject a config to the converter AND a custom list of extensions (like `CommonMarkCoreExtension`) via the constructor.
    
    This PR fixes #3581
    
    Commits
    -------
    
    81e66e96bf Update LeagueMarkdown.php
    fabpot committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    9abd3ef View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

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