Commit ad2de47
fix: Fix bold regex and SPA anchor link in adocToMarkdown
- Fix bold regex: require \S after opening * to prevent matching list
markers (* item) as bold delimiters (* *!* → ** **!* was wrong)
- Fix link:#/[...] → absolute website URL for standalone llms.txt context
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d175c5b commit ad2de47
2 files changed
+591
-588
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
0 commit comments