You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ignore .claude/ (Claude Code scratch dir)
* Strip UTF-8 BOMs and replace non-ASCII chars with ASCII
just-the-docs / Jekyll fails intermittently on files with BOMs or
stray Unicode. Sweep docs/site/:
- Strip BOM (EF BB BF) from all text files (*.md, *.yml, *.html)
- Replace em-dash \u2014 with --
- Replace en-dash \u2013 with -
- Replace nbsp U+00A0 with regular space
- Replace right arrow \u2192 with ->
- Replace mu \u03bc with u (microseconds become us in benchmark tables)
0 commit comments