jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)
http://jakiestfu.github.io/Medium.js/
4.39k stars 403 forks source link

How to remove a link element #173

Open mjc-gh opened 9 years ago

mjc-gh commented 9 years ago

It seems calling invokeElement for b and other tags "toggles" the element. How can I remove a link?

robertleeplummerjr commented 9 years ago

Could you create a unit test that shows it not working, and then we fix it?

On Wed, Sep 9, 2015 at 1:03 PM, Michael Coyne notifications@github.com wrote:

It seems calling invokeElement for b and other tags "toggles" the element. How can I remove a link?

— Reply to this email directly or view it on GitHub https://github.com/jakiestfu/Medium.js/issues/173.

Robert Plummer