mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #113] [MERGED] Automatically link JIRA issue references #813
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/113
Author: @clarkd
Created: 5/16/2017
Status: ✅ Merged
Merged: 5/18/2017
Merged by: @xoofx
Base:
master← Head:jira-linker📝 Commits (3)
27dab6cAutomatically link JIRA issue referencesad9e941Fix missing space before target attribute0ec82bbFix comment📊 Changes
10 files changed (+265 additions, -4 deletions)
View changed files
📝
readme.md(+3 -1)📝
src/Markdig.Benchmarks/Markdig.Benchmarks.nuget.targets(+3 -3)📝
src/Markdig.Tests/Markdig.Tests.csproj(+1 -0)➕
src/Markdig.Tests/Specs/JiraLinks.md(+24 -0)➕
src/Markdig/Extensions/JiraLinks/JiraLink.cs(+25 -0)➕
src/Markdig/Extensions/JiraLinks/JiraLinkExtension.cs(+42 -0)➕
src/Markdig/Extensions/JiraLinks/JiraLinkInlineParser.cs(+81 -0)➕
src/Markdig/Extensions/JiraLinks/JiraLinkOptions.cs(+27 -0)➕
src/Markdig/Extensions/JiraLinks/JiraLinkRenderer.cs(+43 -0)📝
src/Markdig/MarkdownExtensions.cs(+16 -0)📄 Description
@xoofx Here's the PR for the JIRA Links extension - thanks for your willingness to include it in the main repository!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.