Commit c44bfeb
docs: drop tildes that triggered strikethrough rendering (#9)
The icon-count callouts used "~1,400" / "~4,100" as approximation
markers. Strict GFM only treats "~~text~~" as strikethrough, but
several markdown renderers used outside GitHub (including the one
the Obsidian community-plugin page renders README previews with)
accept a single "~" too. The two tildes on the same line then bracket
"1,400) and Game Icons (" as struck-through.
Swap "~N" for "N+" everywhere those approximations appeared, which
matches the existing "5,500+" style on the same README bullet and
removes any ambiguity for lenient renderers.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e6832e2 commit c44bfeb
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments