Commit e6b827f
docs: fix pin reference table rendering on GitHub Pages
The '...' row between GPIO 0 and GPIO 9 broke the markdown table
in kramdown (GitHub Pages). GitHub.com tolerated it, but Jekyll
rendered all table rows as plain <p> text.
Replace the ellipsis with the actual 8 missing rows (GPIO 1-8).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 70cc99f commit e6b827f
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
0 commit comments