8000 Comparing 0.39.1...0.40.0 · xoofx/markdig · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.39.1
Choose a base ref
...
head repository: xoofx/markdig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.40.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 21, 2024

  1. Configuration menu
    Copy the full SHA
    c35f7ff View commit details
    Browse the repository at this point in the history
  2. Update src/Markdig/Parsers/Inlines/LinkInlineParser.cs

    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    snnz and MihaZupan authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    90365bf View commit details
    Browse the repository at this point in the history
  3. Update src/Markdig/Parsers/Inlines/LinkInlineParser.cs

    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    snnz and MihaZupan authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    ad0770a View commit details
    Browse the repository at this point in the history
  4. Update src/Markdig/Parsers/Inlines/LinkInlineParser.cs

    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    snnz and MihaZupan authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    54783b8 View commit details
    Browse the repository at this point in the history
  5. Update src/Markdig/Parsers/Inlines/LinkInlineParser.cs

    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    snnz and MihaZupan authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    7f604be View commit details
    Browse the repository at this point in the history
  6. Update src/Markdig.Tests/TestPlayParser.cs

    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    snnz and MihaZupan authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    90bc15c View commit details
    Browse the repository at this point in the history
  7. Remove additional condition, since a carriage return constitute a lin…

    …e ending regardless of whether it is followed by a line feed or not.
    snnz committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    ab8e85b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Merge pull request #837 from snnz/fix-links

    Fix errors in LinkHelper and LinkInlineParser.
    xoofx authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    d1233ff View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Check that the alert candidate is not already in an alert block or ne…

    …sted within other elements.
    snnz committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    f2590e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    3e0c72f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118d28f View commit details
    Browse the repository at this point in the history
  3. A test has been added.

    snnz committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    d87bb72 View commit details
    Browse the repository at this point in the history
  4. A test has been added.

    snnz committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    bc8ba4f View commit details
    Browse the repository at this point in the history
  5. A test has been added.

    snnz committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    7b6d659 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Merge pull request #842 from snnz/fix-alerts

    Check that the alert candidate is not already in an alert block or nested within other elements.
    xoofx authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    9b3f442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c488aca View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Merge pull request #843 from snnz/fix-deflists

    Fixes exception in DefinitionListParser.GetCurrentDefinitionList()
    xoofx authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    d53fd0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93b9d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Merge pull request #844 from snnz/fix-gridtables

    Prevent GridTableParser from looking beyond the end of a line.
    xoofx authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    5528023 View commit details
    Browse the repository at this point in the history
Loading
0