Fix documentation of markdown and rich_text
This commit is contained in:
parent
5655998761
commit
24cf355e96
6 changed files with 87 additions and 51 deletions
|
|
@ -164,11 +164,11 @@ impl Markdown {
|
|||
};
|
||||
|
||||
let preview = markdown::view_with(
|
||||
items,
|
||||
&self.theme,
|
||||
&MarkdownViewer {
|
||||
images: &self.images,
|
||||
},
|
||||
&self.theme,
|
||||
items,
|
||||
);
|
||||
|
||||
row![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue