mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #375] [MERGED] Balanced link brackets #972
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/375
Author: @MihaZupan
Created: 10/8/2019
Status: ✅ Merged
Merged: 10/15/2019
Merged by: @xoofx
Base:
master← Head:balanced-link-brackets📝 Commits (4)
f52a41eCleanup LinkInline parsing codea76305fAdd tests for balanced brackets in link textf16ee82Fix link text balanced bracket matching33037d1Update changelog📊 Changes
4 files changed (+224 additions, -191 deletions)
View changed files
📝
changelog.md(+6 -0)📝
src/Markdig.Tests/MiscTests.cs(+40 -0)📝
src/Markdig/Parsers/Inlines/LinkInlineParser.cs(+162 -188)📝
src/Markdig/Syntax/Inlines/Inline.cs(+16 -3)📄 Description
Fixes #371
Actual change is just
f16ee82I am not 100% that this doesn't cause any regressions, I tried to test as many cases as I could come up with. @yishengjin1413 do you have an example that this wouldn't work on?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.