Middleman & RedCarpet Online Viewer

Hello, I’m using Middleman with RedCarpet to write docs with MarkDown (with some custom components). I already use the “LiveReload” to update the WebPage when I update the document and it’s work fine, but recently I’ve see a site that you can write the MarkDown doc and you can see a preview next to the text (https://stackedit.io/app). I’ve researched the internet for some solution for Middleman but didn’t find anything (only the LiveReload), anyone know a way for doing this?

Thanks a lot!

To achieve live markdown previewing, you’ll have to implement a javascript solution. Middleman itself can’t handle live user input in such a way.