Skip to content

fixing last issue line being formatted as h2#402

Merged
jth-nw merged 5 commits intomainfrom
dev
Mar 3, 2026
Merged

fixing last issue line being formatted as h2#402
jth-nw merged 5 commits intomainfrom
dev

Conversation

@jth-nw
Copy link
Collaborator

@jth-nw jth-nw commented Mar 3, 2026

No description provided.

james-haytko_nwx and others added 5 commits March 2, 2026 17:50
The FOOTER started with "\n---\n\n", placing --- immediately after the
last issue line with only one newline between them. In Markdown, a line
followed by --- on the next line is a setext H2 heading. Adding a blank
line before --- makes it render as a horizontal rule instead.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
GitHub normalizes PR review body storage, collapsing blank lines so that
--- ends up immediately after the last issue line regardless of how many
newlines precede it. A line of text followed by --- renders as a setext
H2 heading in Markdown.

* * * is also a valid horizontal rule but cannot be a setext heading
marker (only = and - are setext underline characters), so the last issue
line always renders as plain text.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@jth-nw jth-nw requested a review from a team as a code owner March 3, 2026 00:28
@jth-nw jth-nw merged commit 8ce5f9a into main Mar 3, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant