Add new constructor for markdown::Content
This commit is contained in:
parent
bc2d662af7
commit
095859ed57
2 changed files with 6 additions and 6 deletions
|
|
@ -74,7 +74,7 @@ impl Markdown {
|
|||
if enable_stream {
|
||||
self.mode = Mode::Stream {
|
||||
pending: self.content.text(),
|
||||
parsed: markdown::Content::parse(""),
|
||||
parsed: markdown::Content::new(),
|
||||
};
|
||||
|
||||
scrollable::snap_to(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue