mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 13:54:45 +00:00
[PR #361] [MERGED] Fix GenericAttributes matching of single-char values #971
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/361
Author: @MihaZupan
Created: 8/1/2019
Status: ✅ Merged
Merged: 9/25/2019
Merged by: @xoofx
Base:
master← Head:generic-attributes📝 Commits (3)
b411522Increase EnsureSpecsAreUpToDate time leeway to 3minb1cfcf2Add GenericAttributes test for #1826a0c9aeFix GenericAttributes matching of single-char values📊 Changes
5 files changed (+54 additions, -18 deletions)
View changed files
📝
src/Markdig.Tests/Specs/GenericAttributesSpecs.generated.cs(+24 -1)📝
src/Markdig.Tests/Specs/GenericAttributesSpecs.md(+14 -0)📝
src/Markdig.Tests/TestParser.cs(+2 -2)📝
src/Markdig/Extensions/GenericAttributes/GenericAttributesExtension.cs(+4 -6)📝
src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs(+10 -9)📄 Description
Fixes #182
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.