You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is up to the editor to display the markdown. Rust-analyzer makes a couple of changes to the raw markdown to turn for example ``` into ```rust, but there is nothing it can turn task lists into to make the editor suddenly support it. Vscode will need to gain support for task lists.
We do want to change the pulldown_cmark options to include Options::ENABLE_TASKLISTS though as to not turn the tasks into links as seen in the screenshot.
This is just a minor feature request, that I wanted to report, because I have not seen anything about this here for now.
Rust 1.52.0 added support for "task lists", can also be found in the changelog.
Unfortunately it seems rust-analyzer does not support this yet?
At least in vscode I found it to produce this:
![overlay](https://user-images.githubusercontent.com/17967303/118112563-795db880-b3e5-11eb-9d75-535a4a8eb0b4.png)
![code](https://user-images.githubusercontent.com/17967303/118112573-7b277c00-b3e5-11eb-9aa2-8f06efeb3c55.png)
This is how it looks in
rustdoc
:The text was updated successfully, but these errors were encountered: