markdown preview: highlight code blocks (#9087)
 Release Notes: - Added syntax highlighting to code blocks in markdown preview - Fixed scroll position in markdown preview when editing a markdown file (#9208)
This commit is contained in:
parent
e5bd9f184b
commit
d362588055
9 changed files with 264 additions and 126 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5643,6 +5643,7 @@ dependencies = [
|
|||
name = "markdown_preview"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-recursion 1.0.5",
|
||||
"editor",
|
||||
"gpui",
|
||||
"language",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue