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

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

Original Pull Request: https://github.com/xoofx/markdig/pull/118

State: closed
Merged: Yes


The following markdown:

# Heading{prop1 prop2}

output:

<h1 prop1 rop2>Heading</h1>

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

**Original Pull Request:** https://github.com/xoofx/markdig/pull/118 **State:** closed **Merged:** Yes --- 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.
claunia added the pull-request label 2026-01-29 14:46:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#826