Open
Bug 2012129
Opened 7 months ago
Updated 5 months ago
Chat Assistant table rendering
Categories
(Core :: Machine Learning: Frontend, enhancement, P1)
Core
Machine Learning: Frontend
Tracking
()
NEW
People
(Reporter: flozia, Unassigned)
References
Details
(Whiteboard: [genai][chat][qa])
Currently we use prosemirror-markdown for markdown rendering in assistant chat bubbles. To support tables we would need to extend the schema. A short term solution could be exporting mardown-it from the prosemirror.bundle.js and use it directly. Then we can switch the preset from commonmark to default, which would enable us to render more markdown flavours including tables.
Updated•7 months ago
|
QA Whiteboard: [genai][chat]
Whiteboard: [genai][chat]
Updated•7 months ago
|
Comment 1•7 months ago
|
||
Rendering tables in the narrow sidebar may be quite difficult though...
Updated•5 months ago
|
Whiteboard: [genai][chat] → [genai][chat][qa]
You need to log in
before you can comment on or make changes to this bug.
Description
•