You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4565,7 +4565,7 @@ The main `xd-crossword-tools` package provides comprehensive functionality for f
4565
4565
|`xdDiff`| Creates semantic diff between two XD files |`beforeXD: string`, `afterXD: string`|`DiffResults`| Line-by-line differences with metadata awareness |
4566
4566
|`runLinterForClue`| Runs linting checks on individual clues |`clue: Clue`, `ordinal: "across" \| "down"`|`Report[]`| Checks for common crossword construction issues |
4567
4567
|`validateClueAnswersMatchGrid`| Validates clue answers match grid tiles |`json: CrosswordJSON`|`Report[]`| Checks consistency between answers and grid |
4568
-
|`resolveFullClueAnswer`| Resolves clue answer with rebus and splits |`rebusMap: Rebuses`, `clue: Clue`, `splitChar: string`|`string`| Handles rebus substitution and split characters |
4568
+
|`resolveFullClueAnswer`| Resolves clue answer with rebus and splits |`clue: Clue`, `splitChar: string`|`string`| Handles rebus substitution and split characters |
0 commit comments