[PR #118] [MERGED] GenericAttributes: The first character of the second boolean attribute is skipped #821

Open
opened 2026-01-29 14:45:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/118
Author: @meziantou
Created: 5/27/2017
Status: Merged
Merged: 5/28/2017
Merged by: @xoofx

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+7 additions, -6 deletions)

View changed files

📝 src/Markdig.Tests/Specs/GenericAttributesSpecs.md (+2 -2)
📝 src/Markdig.Tests/Specs/Specs.cs (+3 -3)
📝 src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs (+2 -1)

📄 Description

The following markdown:

# Heading{prop1 prop2}

output:

<h1 prop1 rop2>Heading</h1>

The second attribute prop2 is not correctly added to the output.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/118 **Author:** [@meziantou](https://github.com/meziantou) **Created:** 5/27/2017 **Status:** ✅ Merged **Merged:** 5/28/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bfdb03b`](https://github.com/xoofx/markdig/commit/bfdb03bd78b1c51940604cc85842e16f114468c3) Update tests - [`850cecf`](https://github.com/xoofx/markdig/commit/850cecfa6ca65fb60b8d091e60f328ce04a5ab1b) Fix issue ### 📊 Changes **3 files changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/GenericAttributesSpecs.md` (+2 -2) 📝 `src/Markdig.Tests/Specs/Specs.cs` (+3 -3) 📝 `src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs` (+2 -1) </details> ### 📄 Description The following markdown: ````md # Heading{prop1 prop2} ```` output: ````html <h1 prop1 rop2>Heading</h1> ```` The second attribute `prop2` is not correctly added to the output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:45:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#821