fix(docs): repair oxfmt emphasis corruption in CONTEXT.md

The repo-wide format pass mis-paired the bare FONT_9X15 underscore with
the _Avoid_ span in the side-panel entry, producing FONT*9X15 and
\_Avoid*. Backtick the identifier (and TW_* in the images note) so the
paragraph is unambiguous and the formatter stays idempotent.
This commit is contained in:
Julien Calixte
2026-07-14 12:46:40 +02:00
parent 625cd91967
commit 4c29488f8a
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ done so it goes straight into Typoena:
the card's `repo/`, excluding everything the repo's `.gitignore` ignores (so
`node_modules` and local secrets like `firmware/.env` never land on the card),
then writes `/sd/typoena.conf` — Wi-Fi creds + PAT + git identity — from the
TW\_\* vars already in `firmware/.env` (no re-typing, no prompts).
`TW_*` vars already in `firmware/.env` (no re-typing, no prompts).
- `just load <repo-path>` — the repo copy on its own (refresh after big upstream
changes).
- `just provision` — the config on its own (rotate the PAT / switch networks