Commit 6c88b3c
docs: keep inline code spans on one line
The changeset's `tapErrCases` bullet had an unindented continuation line,
which markdown renders as a new paragraph, breaking the list.
Cause: the inline code span `[the branch's cause, the observed error]`
wrapped across lines, and oxfmt strips the continuation indent there —
leading whitespace is significant inside a code span, so reflowing it
would alter the span's text. The indent was correct as written and the
formatter removed it.
Reworded so the span no longer wraps; re-running oxfmt now leaves the
indentation alone.
Swept the rest of the docs for the same shape and found two more
(upgrade-to-v8.md, why-temporal-contract.md). Neither sat in a list, so
both rendered fine, but they carried the same latent hazard — reworded
too. A backtick-parity scan over all authored markdown is now clean.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent a54a2f3 commit 6c88b3c
3 files changed
Lines changed: 10 additions & 9 deletions
File tree
- .changeset
- docs
- explanation
- how-to
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments