Skip to content

docs: fix last paragraph merging into list in motivation.md - #301

Merged
AntonLem merged 1 commit into
mainfrom
copilot/fix-paragraph-spacing-issue
May 8, 2026
Merged

docs: fix last paragraph merging into list in motivation.md#301
AntonLem merged 1 commit into
mainfrom
copilot/fix-paragraph-spacing-issue

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown
Contributor

The closing paragraph in docs/motivation.md was missing a blank line after the last list bullet, causing Markdown renderers to treat it as a continuation of that list item rather than a standalone paragraph.

Change

  • Added a blank line between the last bullet point (~handle.* selector example) and the following paragraph in the ## What JHarmonizer does differently section.

@AntonLem
AntonLem marked this pull request as ready for review May 8, 2026 21:46
Copilot AI review requested due to automatic review settings May 8, 2026 21:46
@AntonLem
AntonLem merged commit 27eb6a3 into main May 8, 2026
2 checks passed
@AntonLem
AntonLem deleted the copilot/fix-paragraph-spacing-issue branch May 8, 2026 21:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes Markdown rendering in docs/motivation.md by ensuring the closing paragraph in “What JHarmonizer does differently” is not parsed as part of the final list item.

Changes:

  • Inserted a blank line after the last bullet point to terminate the list before the following paragraph.

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.

3 participants