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: matthewwithanm/python-markdownify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: matthewwithanm/python-markdownify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.3
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 30, 2026

  1. Configuration menu
    Copy the full SHA
    0b359c0 View commit details
    Browse the repository at this point in the history
  2. fix: preserve text nested inside <br> by html.parser (#264)

    Python's html.parser can wrap text following <br /> (with a space) inside
    the <br> element as child content when the <br> is preceded by a sibling
    <br> without a slash.  convert_br received the nested text via its `text`
    parameter but discarded it, silently dropping characters from the output.
    
    Append `text` to the returned line-break marker so that any accidentally
    nested content is always preserved.
    
    Closes #244
    gaoflow authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    dd5728e View commit details
    Browse the repository at this point in the history
  3. bump to version v1.2.3

    AlexVonB committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    bc98c9e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    AlexVonB committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    9341855 View commit details
    Browse the repository at this point in the history
Loading