Skip to content

Docs: remove em dashes from all markdown#71

Merged
YASSERRMD merged 1 commit into
mainfrom
fix_docs_no_em_dashes
Jun 9, 2026
Merged

Docs: remove em dashes from all markdown#71
YASSERRMD merged 1 commit into
mainfrom
fix_docs_no_em_dashes

Conversation

@YASSERRMD

Copy link
Copy Markdown
Owner

No em dashes

Replaces every em dash (U+2014) with a spaced hyphen across all 29 Markdown documents in the repo (README, CONTRIBUTING, CHANGELOG, every docs/*.md, plus the skills/orchestration/testing READMEs), and tidies the few wrapped-line spots where the swap left an awkward leading space.

  • Markdown only; source-code doc comments and runtime strings are left untouched (changing those would affect tests/output).
  • Verified: zero em dashes remain in any .md (git grep -c $'—' -- '*.md' → none).

@YASSERRMD YASSERRMD merged commit 63d89bc into main Jun 9, 2026
0 of 4 checks passed
@YASSERRMD YASSERRMD deleted the fix_docs_no_em_dashes branch June 9, 2026 15:52
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