mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
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/686
Author: @omer-iqbal
Created: 12/17/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
15b2395Added support for preserving original labels in footnotes959be3aAdded support for preserving original labels in footnotes📊 Changes
13 files changed (+623 additions, -54 deletions)
View changed files
📝
src/Markdig.Tests/Markdig.Tests.csproj(+2 -0)➕
src/Markdig.Tests/Specs/FootnotesLabelNoBackLinkSpecs.generated.cs(+125 -0)➕
src/Markdig.Tests/Specs/FootnotesLabelNoBacklinkSpecs.md(+94 -0)➕
src/Markdig.Tests/Specs/FootnotesLabelSpecs.generated.cs(+125 -0)➕
src/Markdig.Tests/Specs/FootnotesLabelSpecs.md(+94 -0)📝
src/Markdig.Tests/Specs/GridTableSpecs.generated.cs(+22 -19)📝
src/Markdig/Extensions/Footnotes/FootnoteExtension.cs(+16 -3)➕
src/Markdig/Extensions/Footnotes/FootnoteLabelType.cs(+22 -0)➕
src/Markdig/Extensions/Footnotes/FootnoteOptions.cs(+45 -0)📝
src/Markdig/Extensions/Footnotes/HtmlFootnoteGroupRenderer.cs(+6 -2)📝
src/Markdig/Extensions/Footnotes/HtmlFootnoteLinkRenderer.cs(+13 -4)📝
src/Markdig/MarkdownExtensions.cs(+31 -0)📝
src/SpecFileGen/Program.cs(+28 -26)📄 Description
This will resolve issue # 684.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.