Draft incremental markdown parsing
Specially useful when dealing with long Markdown streams, like LLMs.
This commit is contained in:
parent
6aab76e3a0
commit
128058ea94
3 changed files with 167 additions and 28 deletions
|
|
@ -7,6 +7,6 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["markdown", "highlighter", "debug"]
|
||||
iced.features = ["markdown", "highlighter", "tokio", "debug"]
|
||||
|
||||
open = "5.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue