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: 0.14.0
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: 0.14.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 24, 2024

  1. prevent very large headline prefixes

    for example: `<h9999999>` could crash the conversion.
    
    fixes #143
    AlexVonB committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    9595618 View commit details
    Browse the repository at this point in the history
  2. prevent <hn> to call convert_hn and crash

    fixes #142
    AlexVonB committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3466061 View commit details
    Browse the repository at this point in the history
  3. bump to version v0.14.1

    AlexVonB committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    6258f5c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    AlexVonB committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    8f70e39 View commit details
    Browse the repository at this point in the history
Loading