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.1.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: 1.2.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 7 contributors

Commits on Mar 29, 2025

  1. Add beautiful_soup_parser option (#206)

    * add beautiful_soup_parser option
    * add Beautiful Soup parser argument to command line
    
    ---------
    
    Co-authored-by: Vincent Kelleher <vincent.kelleher-ext@francetravail.fr>
    Co-authored-by: AlexVonB <AlexVonB@users.noreply.github.com>
    3 people authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    2d654a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. make convert_hn() public instead of internal (#213)

    Signed-off-by: chrispy <chrispy@synopsys.com>
    chrispy-snps authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    e29de4e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

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

Commits on May 3, 2025

  1. ensure that explicitly provided heading conversion functions are used (

    …#212) (#214)
    
    Signed-off-by: chrispy <chrispy@synopsys.com>
    chrispy-snps authored May 3, 2025
    Configuration menu
    Copy the full SHA
    016251e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. allow BeautifulSoup configuration kwargs to be specified (#224)

    Signed-off-by: chrispy <chrispy@synopsys.com>
    chrispy-snps authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    75ab306 View commit details
    Browse the repository at this point in the history
  2. implement a strip_pre configuration option (#218) (#222)

    Signed-off-by: chrispy <chrispy@synopsys.com>
    chrispy-snps authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    9b1412a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. support backticks in <code> spans (#226) (#230)

    Signed-off-by: chrispy <chrispy@synopsys.com>
    chrispy-snps authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    48724e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

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

Commits on Jul 14, 2025

  1. ci: update actions/checkout to v4 (#233)

    * ci: update `actions/checkout` to v4
    G-Rath authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    7edbc5a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. docs: fix typo (#234)

    G-Rath authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    f7053e4 View commit details
    Browse the repository at this point in the history
  2. Add basic type stubs (#221) (#215)

    * feat: add basic type stubs
    
    * feat: add types for constants
    
    * feat: add type for `MarkdownConverter` class
    
    * ci: add basic job for checking types
    
    * feat: add new constant
    
    * ci: install types as required
    
    * ci: install types package manually
    
    * test: add strict coverage for types
    
    * fix: allow `strip_document` to be `None`
    
    * feat: expand types for MarkdownConverter
    
    * fix: do not use `Unpack` as it requires Python 3.12
    
    * feat: define `MarkdownConverter#convert_soup`
    
    * feat: improve type for `code_language_callback`
    
    * chore: add end-of-file newline
    
    * refactor: use `Union` for now
    G-Rath authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    85ef82e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. bump to version v1.2.0

    AlexVonB committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    fbc1353 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    AlexVonB committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    c47709c View commit details
    Browse the repository at this point in the history
Loading