Sam
Sam
Adding a zero width space will cause backspace to not behave as expected. It might be better after inserting the HTML to move the cursor if it's inside the link....
If the `` is the last child of a block and the previous sibling is inline, then the `` will be collapsed in all browsers except from IE < 11....
You're right, it should really have consistent behaviour. I'm just not sure which, if any, should be the default. Maybe the best solution is to have an option like CKEditor...
Looks good, would be useful to have. It does look like it would change the behaviour of `false` in matching but as only `null` is documented that should be fine.
Thanks for reporting! I've added this to the 3.2.0 milestone as the next release (3.1.0) is currently being tested so ideally don't want to add anything else to that now.
I think this might be better as a plugin as it's quite big and not everyone needs code support. What do you think? I've just done a quick test and...
It happens in both Chrome and FF with collapsed selection. [Here is a video](https://dl.dropboxusercontent.com/u/56830471/newlinebug.ogv). This adds API methods which need to work in IE8 which is the problem and IE...
To reproduce it should just be type then hit enter twice, at least that's what does it for me. I didn't clear anything in that video, that was the text...
Unfortunately this is down to the special casing of the `` tag, as you've found it can't be used as an inline. There are [plans to make this configurable](https://github.com/samclarke/SCEditor/discussions/849#code) but...
Thanks for reporting. It could be down to the keyboard layout. The code that handles shortcuts is very hacky at the moment and could do with updating as the `key`...