Commit 3159c41
fix(llms): use ':' separator in llms.txt link entries
llmstxt.org specifies a link entry as `[name](url)` optionally
followed by `:` and notes. The generated `## Documentation` and
`## Examples` tables used an em dash instead.
Conforming to the spec also makes the generated scaffolding pure
ASCII. This does not make llms.txt ASCII-only overall -- prose from
`description` and consumer markdown passes through untouched -- so
sites must still serve the file as `text/plain; charset=utf-8` to
avoid mojibake.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent df4405a commit 3159c41
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
| 297 | + | |
297 | 298 | | |
298 | 299 | | |
299 | | - | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
311 | | - | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| |||
0 commit comments