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: michelf/php-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lib-2.x
Choose a base ref
...
head repository: michelf/php-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lib
Choose a head ref
  • 5 commits
  • 1 file changed
  • 4 contributors

Commits on Apr 27, 2023

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

Commits on Apr 28, 2023

  1. Try to fix unit test error.

    iwill committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b9604e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #393 from iwill/lib

    Add id and class attr for table
    michelf authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5161316 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Cast attr to string to prevent a PHP deprecation warning in 8.1 (#365)

    * Cast attr to string to prevent a PHP deprecation warning in 8.1
    
    * Update the call to preg_match_all to coalesce an empty string on $attr
    beryllium authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    dbb9957 View commit details
    Browse the repository at this point in the history
  2. Check $parts variable for false value (#400)

    This currently throws a `TypeError` if `$parts` is `false`, which is a valid return value for `preg_split`.
    blutarch authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    98b12b8 View commit details
    Browse the repository at this point in the history
Loading