Skip to content

cleanup: replace em dashes, en dashes, and emoji shortcodes across codebase#57

Open
Mohammad-Faiz-Cloud-Engineer wants to merge 1 commit into
braedonsaunders:mainfrom
Mohammad-Faiz-Cloud-Engineer:main
Open

cleanup: replace em dashes, en dashes, and emoji shortcodes across codebase#57
Mohammad-Faiz-Cloud-Engineer wants to merge 1 commit into
braedonsaunders:mainfrom
Mohammad-Faiz-Cloud-Engineer:main

Conversation

@Mohammad-Faiz-Cloud-Engineer
Copy link
Copy Markdown
Contributor

was going through the codebase and noticed a bunch of em dashes scattered everywhere, in comments, docs, js strings, even the meta tags. also found some en dashes and github emoji shortcodes in the pr receipt module. none of this breaks anything but it's inconsistent and looks like copy-paste artifacts.

what changed

  • replaced all em dashes (—) with regular hyphens (-) — 51 instances across 12 files
  • replaced the one en dash (–) in card/readme.md (10–3010-30)
  • removed :small_blue_diamond: and :warning: emoji shortcodes from receipt-md.js, the arrow symbol already conveys direction
  • meta tags, comments, docs, and js fallback strings all updated

what didn't change

  • tests still pass (24/24)
  • no behavior changes, no refactors
  • left the bullet separator character (•) in the ui alone since that's intentional

files touched

index.html, card/render/.js, card/lib/.js, card/index.js, card/action.yml, card/README.md, README.md, tests/**/.mjs, tests/fixtures/vault/.md

…debase.

was going through the codebase and noticed a bunch of em dashes scattered everywhere — in comments, docs, js strings, even the meta tags. also found some en dashes and github emoji shortcodes in the pr receipt module. none of this breaks anything but it's inconsistent and looks like copy-paste artifacts.

### what changed

- replaced all em dashes (—) with regular hyphens (-) — 51 instances across 12 files
- replaced the one en dash (–) in card/readme.md (`10–30` → `10-30`)
- removed `:small_blue_diamond:` and `:warning:` emoji shortcodes from receipt-md.js — the arrow symbol already conveys direction
- meta tags, comments, docs, and js fallback strings all updated

### what didn't change

- tests still pass (24/24)
- no behavior changes, no refactors
- left the bullet separator character (•) in the ui alone since that's intentional

### files touched

index.html, card/render/*.js, card/lib/*.js, card/index.js, card/action.yml, card/README.md, README.md, tests/**/*.mjs, tests/fixtures/vault/*.md
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

@Mohammad-Faiz-Cloud-Engineer is attempting to deploy a commit to the braedonsaunders' projects Team on Vercel.

A member of the Team first needs to authorize it.

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