feat(messages): render bodies as markdown with syntax-highlighted code #73
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/markdown-rendering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Message bodies are now parsed as CommonMark with strikethrough, tables, and task list extensions, then rendered through pulldown_cmark. Fenced code blocks are syntax-highlighted server-side via syntect (default-fancy feature, no oniguruma) and emit inline-styled