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: xoofx/markdig Loading
base: 0.32.0
Choose a base ref
...
head repository: xoofx/markdig Loading
compare: 0.33.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 22, 2023

  1. fix inline source spans calculation

    Benni committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d26822b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 26, 2023

  1. Merge pull request #733 from zickb/fix_source_span_calculation

    Fix source span calculation
    xoofx committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f15e9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Better content string slice of delimiter literals:

    instead of creating a new StringSlice only containing the delimiter chars, use the provided StringSlice from the match method with an appropriate start and end index
    Benni committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    06eb6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb75fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d75eed View commit details
    Browse the repository at this point in the history
  4. Add documentation for the new constructor.

    Benni committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dba94a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #736 from zickb/better_literal_delimiter_content_s…

    …tring_slice
    
    Better literal delimiter content string slice
    xoofx committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7d40bc1 View commit details
    Browse the repository at this point in the history
Loading