I know there are ways to preview markdown as you type but is there a way to avoid this duplication of text (rendered and pain text in different buffers)?
Basically, I want to type in the preview. What I'm looking for goes like this:
As I type in
# Headline
, the characters making up the word "Headline" already are being rendered so I see
Hea
and as I type a "d", it changes to:
Head
Or some other convenient way of rendering it live without duplication, for example in every line but the one the pointer is currently in.