Commit 0444bac
fix(docs-codegen): escape backslashes before pipes in controls-table cells
Escaping only the pipe let an authored backslash combine with the inserted
escape (or a following character) into an unintended sequence — CodeQL
js/incomplete-string-escaping. Backslashes are now escaped first, so authored
text round-trips faithfully into the markdown table.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 64ef083 commit 0444bac
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
796 | 800 | | |
797 | | - | |
| 801 | + | |
798 | 802 | | |
799 | 803 | | |
800 | 804 | | |
| |||
0 commit comments