Bennet Bo Fenner
|
43163a0154
|
Support rendering strikethrough text in markdown (#8287)
Just noticed strikethrough text handling was not implemented for the
following:
Chat

Markdown Preview

Code Documentation

It looks like there are three different markdown parsing/rendering
implementations, might be worth to investigate if any of these can be
combined into a single crate (looks like a lot of work though).
Release Notes:
- Added support for rendering strikethrough text in markdown elements
|
2024-02-26 21:04:48 +02:00 |
|
Piotr Osiewicz
|
6c82380232
|
chore: Fix clippy::needless_borrow up to an editor
|
2024-01-21 15:03:24 +01:00 |
|
Max Brunsfeld
|
7fbe0b8638
|
Start work on language docs
|
2024-01-09 10:14:05 -08:00 |
|
Max Brunsfeld
|
9f99e58834
|
Remove 2 suffix for lsp, language, fuzzy
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 11:58:02 -08:00 |
|
Julia
|
4688a94a54
|
Allow file links in markdown & filter links a bit aggressively
|
2023-10-12 12:11:27 -04:00 |
|
Julia
|
7020050b06
|
Fix hover_popover.rs after bad rebase
|
2023-10-09 14:28:53 -04:00 |
|
Julia
|
8dca4c3f9a
|
Don't need editor style to parse markdown
|
2023-10-06 13:26:39 -04:00 |
|
Julia
|
a881b1f5fb
|
Wait for language to load when parsing markdown
|
2023-10-06 13:26:39 -04:00 |
|
Julia
|
b8876f2b17
|
Preparse documentation markdown when resolving completion
|
2023-10-06 13:26:38 -04:00 |
|
Julia
|
fe62423344
|
Asynchronously request completion documentation if not present
|
2023-10-06 13:26:38 -04:00 |
|
Julia
|
77ba25328c
|
Most of getting completion documentation resolved & cached MD parsing
|
2023-10-06 13:26:38 -04:00 |
|