Rails markdown editor with live preview [closed]

2019-06-16 06:05发布

问题:

Are there any markdown editors that integrate with rails (eg in a gem) and offer live preview?

回答1:

Checkout markdown.js and showdown. You could rig them up to parse whatever the markdown input is whenever certain events fire (i.e. a user releasing a key when typing in the markdown textarea). I'm not aware of any other embeddable markdown editors with live previews, but it seems it would be easy enough to make one with one of these libraries.



回答2:

Check out the gem below, its not well documented but seems to work

https://github.com/zethussuen/epic-editor-rails