markdown: Use parsed text (#24388)
Fixes #15463 Release Notes: - Fixed display of symbols such as ` ` in hover popovers
This commit is contained in:
parent
888a2df3f0
commit
e689c8c01b
4 changed files with 40 additions and 24 deletions
|
@ -83,7 +83,6 @@ pub fn main() {
|
|||
selection.fade_out(0.7);
|
||||
selection
|
||||
},
|
||||
break_style: Default::default(),
|
||||
heading: Default::default(),
|
||||
};
|
||||
let markdown = cx.new(|cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue