No joke, Emacs has the ability to render in line markdown, essentially the current line is just text, while the rest of the doc is rendered as markdown titles, links, lists, etc.
This sounds amazing. I’ve been using markdown-mode for ages now though, and I’ve never come across this feature.
How do you enable this?
Some people over at reddit seem to suggest that the functionally you speak of doesn’t exist, except in the form of a proof of concept snippet over at SO.
EDIT: Said snippet would probably be sufficient, if it handled codeblocks correctly (stuff in between
```
). At the moment, it handles them miserably (maybe because they are multineline elements?)