Commit f5ccd9f
Fix llms-txt breadcrumb leaking and link prefix
- Remove breadcrumbs from extracted HTML before Pandoc conversion,
since Pandoc strips <nav> wrappers and loses the droppable class
- Strip ./ prefix from converted .llms.md links for cleaner output
- Fix test regex to match code annotation markers with space
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 312ac69 commit f5ccd9f
3 files changed
Lines changed: 3 additions & 1 deletion
File tree
- src
- project/types/website
- resources/filters/llms
- tests/docs/smoke-all/website/llms-txt
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments