bors
dbd0b035e6
Auto merge of #16155 - Waqar144:work/fix-16142, r=lnicola
...
fix: Dont assume ascii in remove_markdown
Fixes #16142
2023-12-19 07:22:46 +00:00
bors
1c4c2200eb
Auto merge of #16160 - Waqar144:work/use-reserve, r=Veykril
...
minor: Use reserve when removing markdown from text
After markdown syntax removal the length of the text is roughly the same so we can reserve memory beforehand
2023-12-19 07:11:20 +00:00
Waqar Ahmed
13177e314d
minor: Use reserve when removing markdown from text
...
After markdown syntax removal the length of the text is roughly the
same so we can reserve memory beforehand
2023-12-19 11:22:02 +05:00
Waqar Ahmed
9f4d26901b
minor: use a single push_str instead of 2 push
2023-12-19 11:17:09 +05:00
Waqar Ahmed
5318e89b8a
fix: Dont assume ascii in remove_markdown
...
Fixes #16142
2023-12-19 01:27:36 +05:00
Lukas Wirth
84239a1454
REplace soft breaks in markdown with spaces
2023-01-23 12:21:23 +01:00
Lukas Wirth
c5b1e3f2ae
Fix markdown removal in hover handling whitespace weirdly
2023-01-20 14:29:12 +01:00
Aleksey Kladov
ba8d6d1e4e
Remove more unreachable pubs
2020-11-02 16:58:33 +01:00
Robin van Dijk
bd7bf4a276
add break after codeblocks
2020-10-06 16:34:38 +02:00
Robin van Dijk
bc890ed5b0
add doc describing limited capabilities
2020-10-06 16:34:26 +02:00
Robin van Dijk
81f61afa9f
add docstring
2020-10-05 20:06:25 +02:00
Robin van Dijk
c3cc361294
honor content_format clientcap
...
This removes all markdown when the client does not support the markdown MarkupKind
Otherwise the output on the editor will have some markdown boilerplate, making it less readable
2020-10-05 19:27:29 +02:00