Open
Description
While working on documenting APIs of a rust crate, I found that it would be nice to have a live rendered view of current editing function / struct documentation in a separate window in my editor.
I think it is not so hard to implement, it would be similar to how we implement Show Syntax Tree
and could be possible to reuse some hover code for that.