From: Pascal Date: Tue, 25 Nov 2025 07:01:02 +0000 (+0100) Subject: webui: add rehype plugin to restore HTML in Markdown table cells (#17477) X-Git-Tag: upstream/0.0.7446~293 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b1846f1c8ecd97ee08593e9498ef3244d43c1ad6;p=pkg%2Fggml%2Fsources%2Fllama.cpp webui: add rehype plugin to restore HTML in Markdown table cells (#17477) * webui: add rehype plugin to restore HTML in Markdown table cells The remark/rehype pipeline neutralizes inline HTML as literal text (remarkLiteralHtml) so that XML/HTML snippets in LLM responses display as-is instead of being rendered. This causes
and