feat: add table of contents and syntax-highlighted code blocks
Table of contents: slash command /Table of Contents generates a navigable
heading outline with nested lists, slugified anchor links, and styled with
a left border. Pure logic module with 17 tests.
Syntax highlighting: replaced StarterKit's plain code block with
CodeBlockLowlight supporting 30+ common languages. OkLCH color theme
for both light and dark modes, with language label badge on code blocks.
Closes #292, #293