md_simple_editor icon indicating copy to clipboard operation
md_simple_editor copied to clipboard

Very simple markdown editor for rails

Results 3 md_simple_editor issues
Sort by recently updated
recently updated
newest added

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?