Commit 39e956f
committed
desktops: drop line numbers from the lifecycle code blocks
The mkdocs config enables linenums globally for every fenced
code block via pymdownx.highlight, which doubled up with the
inline '1. 2. 3.' step prefixes inside the install / remove /
upgrade-downgrade lifecycle blocks. The result was a left
gutter of 1..N alongside the inline 1. 2. 3. on every line —
two parallel numbering systems competing for attention.
Override per-block with `{ .text linenums="0" }` on the three
lifecycle code fences. The inline step numbers are the
canonical step IDs (referenced from the prose around them);
the auto gutter was redundant.
Other code blocks in the doc keep the global gutter — only
the lifecycle ascii-art blocks change.1 parent e07a50b commit 39e956f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
0 commit comments