[PR #402] Fixed a bug in HeadingRenderer #998

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

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

State: closed
Merged: Yes


The rendered HTML for Heading level 7 and above was incorrect.

This PR fixes that.

In addition, a minor optimization removes the range check over the array bounds.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/402 **State:** closed **Merged:** Yes --- The rendered HTML for Heading level 7 and above was incorrect. This PR fixes that. In addition, a minor optimization removes the range check over the array bounds.
claunia added the pull-request label 2026-01-29 14:48:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#998