Create markdown text element and add to channel chat

This commit is contained in:
Mikayla 2023-10-04 17:47:30 -07:00
parent acffc7e7f0
commit d298afba01
No known key found for this signature in database
7 changed files with 439 additions and 6 deletions

View file

@ -37,6 +37,7 @@ fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
language = { path = "../language" }
menu = { path = "../menu" }
markdown_element = { path = "../markdown_element" }
picker = { path = "../picker" }
project = { path = "../project" }
recent_projects = {path = "../recent_projects"}