Remove rst-style underlining from newly-introduced markdown, add regression check#32756
Merged
peterbarker merged 2 commits intoApr 15, 2026
Merged
Conversation
Hwurzburg
approved these changes
Apr 13, 2026
…headings in markdown Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fe436f6 to
7fa8c2e
Compare
Contributor
|
@peterbarker does the latest change stop checking merge commits on wiki PRs? master merge commits in the wiki is a pain I would like to reject and force rebases |
Contributor
Author
I answered Henry elsewhere; the short answer is no. And I created a branch against the Wiki to add check_branch_conventions.py while I was at it :-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes regression in markdown sanity, adds a regression check
Classification & Testing (check all that apply and add your own)
When bug is re-introduced;
Description
Fixes new markdown to remove udnerlines (it's the only markdown file in-tree which uses them)
Makes sure they can't sneak in again!