Commit efd6e00
fix: Resolve remaining CodeRabbit issues in adocToMarkdown converter
- Fix missing blank line after table: return '\n\n' from convertAdocTable
- Move cross-reference resolution before def-list conversion so terms
like <<spc,SPC>>:: are correctly expanded before matching
- Use non-greedy term matching in def-list regex ([^\n|#`>]+?) to handle
terms containing colons (e.g. "Anti-pattern: Ice cream cone::")
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 11dcdb5 commit efd6e00
2 files changed
+20
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 103 | | |
115 | 104 | | |
116 | 105 | | |
| |||
120 | 109 | | |
121 | 110 | | |
122 | 111 | | |
| 112 | + | |
123 | 113 | | |
124 | 114 | | |
125 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
1895 | 1897 | | |
1896 | 1898 | | |
1897 | 1899 | | |
1898 | | - | |
| 1900 | + | |
1899 | 1901 | | |
1900 | 1902 | | |
1901 | 1903 | | |
| |||
1942 | 1944 | | |
1943 | 1945 | | |
1944 | 1946 | | |
1945 | | - | |
| 1947 | + | |
1946 | 1948 | | |
1947 | 1949 | | |
1948 | 1950 | | |
| |||
2395 | 2397 | | |
2396 | 2398 | | |
2397 | 2399 | | |
2398 | | - | |
| 2400 | + | |
2399 | 2401 | | |
2400 | 2402 | | |
2401 | 2403 | | |
| |||
0 commit comments