Fix heading swallowed into body text at Bylaws Article 5, section 5.7.5 - #75
Open
amfriesz wants to merge 3 commits into
Open
Fix heading swallowed into body text at Bylaws Article 5, section 5.7.5#75amfriesz wants to merge 3 commits into
amfriesz wants to merge 3 commits into
Conversation
The heading "### **5.7.5**" had no blank line before it, directly following the 5.7.4 paragraph text. This caused the literal heading markup to render as plain text glued onto 5.7.4's paragraph instead of becoming its own heading, and 5.7.5 was missing from the page's table of contents. Fixes #58 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Matches the convention established in commit 06815ad for Policy 1.6: prose paragraphs and list items wrapped to ~80 chars, tables/headings/ separators untouched, no long token (e.g. a URL) broken across lines, and list item hanging indents sized to each item's marker width. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Warns (non-blocking) when staged .qmd/.md prose lines exceed 80 columns and could have been wrapped, per the convention set in commit 06815ad. Skips headings, tables, separators, YAML front matter, code blocks, and lines whose overflow is a single unbreakable token (e.g. a URL). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
### **5.7.5**inbylaws/article-05-director-conduct.qmdso it renders as its own heading and appears in the page's table of contents, instead of being glued onto the 5.7.4 paragraph text.06815adfor Policy 1.6 (tables/headings/separators untouched, no long token like a URL broken across lines, list hanging indents sized to marker width). Content is unchanged — verified identical under whitespace normalization.PreToolUsegit-commit hook (.claude/hooks/check-prose-wrap.py+.claude/settings.json) that warns when staged.qmd/.mdprose exceeds 80 columns and could have been wrapped, so this convention is easier to keep going forward.Fixes #58
Test plan
🤖 Generated with Claude Code