jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)

Home Page:http://jakiestfu.github.io/Medium.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove a link element

mjc-gh opened this issue · comments

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

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
#173.

Robert Plummer