chat-ui / src /lib /components /chat /MarkdownRenderer.svelte

Commit History

Markdown rendering update (#1989)
ec5d85c
unverified

victor HF Staff commited on

Fix ESLint errors
a9c6dde

victor HF Staff commited on

prettier
5bb6125

victor HF Staff commited on

Fix key for last streaming Markdown block
3027088

victor HF Staff commited on

Refactor markdown rendering to use block-based processing
671ee32

victor HF Staff commited on

Switch to isomorphic-dompurify and update jsdom usage
c96b394

victor HF Staff commited on

test: Replace isomorphic-dompurify with custom DOMPurify wrapper
5fc800e

victor HF Staff commited on

fix CI (#1884)
2883086
unverified

coyotte508 HF Staff commited on

Enhance code token processing to include fenced block closure detection
959c953

victor HF Staff commited on

HuggingChat 2026 (#1875)
4331e77
unverified

victor HF Staff commited on

fix: clamp update bouncer
373b19a

nsarrazin commited on

refactor: improve rendering performance on low-end hardware (#1825)
0c9aa36
unverified

nsarrazin commited on

fix: (temp) disable markdown worker
b6e0927

nsarrazin commited on

fix: code block copy button
dcf9591

nsarrazin commited on

feat(markdown): move highlighting to worker (#1741)
035fcd5
unverified

nsarrazin commited on

fix(markdown): remove duplicate checks
41518b6

nsarrazin commited on

feat(front): use webworker for markdown parsing (#1733)
6ee391c
unverified

nsarrazin commited on

fix: markdown breaks
3895a31

nsarrazin commited on

chores(svelte): migration to svelte 5 (#1685)
21b8785
unverified

nsarrazin commited on

fix: markdown escaping for good
858f61c
unverified

nsarrazin commited on

fix: move katex styling to global stylesheet
d63153f
unverified

nsarrazin commited on

fix: escape html in preprocessing step
abc89d4
unverified

nsarrazin commited on

fix: move the source rendering to post processing
d996004
unverified

nsarrazin commited on

feat: add KaTeX support for block and inline math rendering in Markdown (#1643)
0c7ea0d
unverified

calycekr nsarrazin commited on

fix: make latex a bit more robust
a0d24c7
unverified

nsarrazin commited on

fix: markdown renderer & reasoning flex column
58836e6

nsarrazin commited on

fix: add extra space between paragraphs in reasoning renderer
4e7334f

nsarrazin commited on

fix: markdown rendering
b3383d5

nsarrazin commited on

feat: UI for advanced reasoning models (#1605)
764ecdf
unverified

nsarrazin commited on

Revert "feat: new MarkdownRenderer with tests (#1601)"
c91f642

nsarrazin commited on

feat: new MarkdownRenderer with tests (#1601)
5deb55e
unverified

nsarrazin commited on

fix: make equations horizontally scrollable when they overflow
89309af

nsarrazin commited on

fix: don't escape newline
2fb05b3

nsarrazin commited on

feat: better markdown rendering
576c7aa

nsarrazin commited on

feat: add MarkdownRenderer component & fix latex formatting (#1569)
b94860a
unverified

nsarrazin commited on