Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix markdown content rendering for Zed editor #829

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

anderseknert
Copy link
Member

Since Zed doesn't render markdown tables yet, we'll just present the arguments as a list instead. We could make an exception for Zed, but I think I prefer having this be consistent across editors, and the table format wasn't a requirement here.

Fixes #827

Since Zed doesn't render markdown tables yet, we'll just present
the arguments as a list instead. We could make an exception for Zed,
but I think I prefer having this be consistent across editors, and
the table format wasn't a requirement here.

Fixes #827

Signed-off-by: Anders Eknert <anders@styra.com>
@anderseknert anderseknert merged commit e3e12a9 into main Jun 13, 2024
3 checks passed
@anderseknert anderseknert deleted the zed-hover-fix branch June 13, 2024 08:46
srenatus pushed a commit to srenatus/regal that referenced this pull request Oct 1, 2024
Since Zed doesn't render markdown tables yet, we'll just present
the arguments as a list instead. We could make an exception for Zed,
but I think I prefer having this be consistent across editors, and
the table format wasn't a requirement here.

Fixes StyraInc#827

Signed-off-by: Anders Eknert <anders@styra.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zed doesn't render markdown tables
2 participants