rust-dev-tools / cargo-src

Semantic code navigation for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render markdown docs

nrc opened this issue · comments

There are a lot of markdown files in Rust projects, and they can be a pain to read in source view, rendering them would be really nice.

We'd want to be able to view both rendered and source, probably rendered by default. Having a markdown renderer might be cool for docs too. I'm not sure whether we'd be better to render on the server or client side. The client might be easier, but the server could cache the rendered version easily in the file cache.

Closed by #241