-
-
Notifications
You must be signed in to change notification settings - Fork 510
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 1.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: xoofx/markdig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 37 files changed
- 7 contributors
Commits on Apr 20, 2026
-
Fix AbbreviationExtension corrupting emphasis/bold/italic resolution (#…
…935) (#936) * test: add failing regression tests for issue #935 (abbreviation + emphasis) * fix: AbbreviationParser now substitutes post-inline-parse, fixes emphasis corruption (#935) The PostMatch hook approach (running mid-parse) produced a ContainerInline with IsClosed=false that disrupted FindLastContainer(), causing emphasis delimiters to be appended as children of the abbreviation container instead of as root siblings. It also had an off-by-one (i != 0 vs i != content.Start) that caused abbreviations to be missed when the literal started inside emphasis. Replace with a document.ProcessInlinesEnd handler that walks the fully resolved inline tree (after EmphasisInlineParser and LinkInlineParser have run), inserting AbbreviationInline/LiteralInline siblings directly into parent containers without any wrapper ContainerInline. Also update TestSourcePosition.TestAbbreviations to reflect the new tree shape (no container wrapper; empty leading literals at word boundaries are pruned). Fixes #935
Configuration menu - View commit details
-
Copy full SHA for 5365879 - Browse repository at this point
Copy the full SHA 5365879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d69933 - Browse repository at this point
Copy the full SHA 3d69933View commit details
Commits on May 7, 2026
-
Add opt-in support for nested alert blocks (#938)
Introduces AllowNestedAlerts on AlertExtension and AlertInlineParser (default: false) to allow alert blocks inside blockquotes or list items. The UseAlertBlocks() pipeline extension method exposes the new option via an allowNestedAlerts parameter. Resolves #853 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7dceff2 - Browse repository at this point
Copy the full SHA 7dceff2View commit details
Commits on May 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for be4da8b - Browse repository at this point
Copy the full SHA be4da8bView commit details
Commits on May 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d72da57 - Browse repository at this point
Copy the full SHA d72da57View commit details
Commits on Jun 4, 2026
-
Update readme with Alert extension details (#940)
* Update readme with Alert extension details * Update readme.md Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com> --------- Co-authored-by: Alexandre Mutel <alexandre_mutel@live.com> Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31c2baa - Browse repository at this point
Copy the full SHA 31c2baaView commit details
Commits on Jun 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5dca414 - Browse repository at this point
Copy the full SHA 5dca414View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbf817 - Browse repository at this point
Copy the full SHA fcbf817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f98267 - Browse repository at this point
Copy the full SHA 0f98267View commit details -
Configuration menu - View commit details
-
Copy full SHA for b836413 - Browse repository at this point
Copy the full SHA b836413View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f13b0 - Browse repository at this point
Copy the full SHA d7f13b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dffce5 - Browse repository at this point
Copy the full SHA 9dffce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4e399 - Browse repository at this point
Copy the full SHA bc4e399View commit details
Commits on Jun 17, 2026
-
1
Configuration menu - View commit details
-
Copy full SHA for 5006184 - Browse repository at this point
Copy the full SHA 5006184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25506f2 - Browse repository at this point
Copy the full SHA 25506f2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.2...1.3.1