Markdown preview image rendering (#21082)
Closes https://github.com/zed-industries/zed/issues/13246 Supersedes: https://github.com/zed-industries/zed/pull/16192 I couldn't push to the git fork this user was using, so here's the exact same PR but with some style nits implemented. Release Notes: - Added image rendering to the Markdown preview --------- Co-authored-by: dovakin0007 <dovakin0007@gmail.com> Co-authored-by: dovakin0007 <73059450+dovakin0007@users.noreply.github.com>
This commit is contained in:
parent
becc36380f
commit
96854c68ea
7 changed files with 538 additions and 181 deletions
|
@ -114,7 +114,7 @@ impl Cell {
|
|||
id,
|
||||
metadata,
|
||||
source,
|
||||
attachments: _,
|
||||
..
|
||||
} => {
|
||||
let source = source.join("");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue