refactor: replace chat markdown renderer

- Replace Streamdown-based chat markdown rendering with the new renderer path
- Preserve OpenChamber table, code block, and mermaid presentation
- Remove leftover Streamdown dependencies and compatibility hooks
This commit is contained in:
Bohdan Triapitsyn
2026-04-05 19:24:23 +03:00
parent 3bf9947388
commit dfc61d7671
8 changed files with 438 additions and 438 deletions
+2 -2
View File
@@ -150,8 +150,8 @@
-webkit-overflow-scrolling: touch;
}
/* Keep Streamdown code blocks horizontally scrollable on mobile. */
:root.mobile-pointer:not(.desktop-runtime) .streamdown-content [data-streamdown="code-block-body"] {
/* Keep markdown code blocks horizontally scrollable on mobile. */
:root.mobile-pointer:not(.desktop-runtime) .markdown-content [data-markdown="code-block-body"] {
overflow-x: auto !important;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;