md_simple_editor
md_simple_editor copied to clipboard
Very simple markdown editor for rails
I use ``` bootstrap_form_for @person do |f| ...... = md_simple_editor do = f.text_area :story ..... ``` it can't working
I'm trying to use this gem with a project, and have found that it clashes with turbolinks in Rails 5. Here's a breakdown: 1. Enabling the gem and the requisite...
How do I enable application to view edited contents like as the preview instead of showing the actual markdown code?