aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/markdown_remove.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unreachable pubsAleksey Kladov2020-11-021-2/+1
|
* add break after codeblocksRobin van Dijk2020-10-061-2/+4
|
* add doc describing limited capabilitiesRobin van Dijk2020-10-061-0/+2
|
* add docstringRobin van Dijk2020-10-051-0/+3
|
* honor content_format clientcapRobin van Dijk2020-10-051-0/+16
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