Files
codewhale/crates
wuyuxin c8fe367e3d fix(markdown): render tables, bold/italic, and horizontal rules
- Add Block::TableRow and Block::HorizontalRule variants
- Parse | table | rows |, drop separator rows (|---|)
- Parse --- / *** / ___ as horizontal rules
- Rewrite inline span parser to handle **bold** and *italic*
  spanning multiple words, with infinite-loop guard for unclosed markers
- Render table cells with │ separators and equal-width columns
- Apply inline formatting inside table cells

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 09:59:24 -05:00
..