refactor: restyle markdown via tokens

This commit is contained in:
Shantur Rathore
2025-10-28 20:11:05 +00:00
parent 2c204b3b28
commit d5144da630
3 changed files with 219 additions and 214 deletions

View File

@@ -1,6 +1,7 @@
export interface RenderCache {
text: string
html: string
theme?: string
}
export interface MessageDisplayParts {