| 244 | } |
| 245 | |
| 246 | interface BlockLineResult { |
| 247 | text: string; |
| 248 | hangingIndent: number; |
| 249 | } |
| 250 | |
| 251 | /** Render a single non-code, non-table line with block-level detection */ |
| 252 | function renderBlockLine(line: string, contentWidth: number): BlockLineResult { |
nothing calls this directly
no outgoing calls
no test coverage detected