feat: enhance Streamdown plugins for code and math rendering in MarkdownViewer component

This commit is contained in:
Anish Sarkar 2026-02-13 02:34:19 +05:30
parent f96e7e11c6
commit 207b9e0ed3
4 changed files with 202 additions and 1063 deletions

View file

@ -208,3 +208,5 @@ button {
@source '../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}';
@source '../node_modules/streamdown/dist/*.js';
@source '../node_modules/@streamdown/code/dist/*.js';
@source '../node_modules/@streamdown/math/dist/*.js';