Skip to content

Instantly share code, notes, and snippets.

@SerheyDolgushev
Created April 20, 2017 15:02
Show Gist options
  • Save SerheyDolgushev/59f2d174409a23f81c1ab496c98863f1 to your computer and use it in GitHub Desktop.
Save SerheyDolgushev/59f2d174409a23f81c1ab496c98863f1 to your computer and use it in GitHub Desktop.
...
_addMarked: function () {
this.execCommand({
tagName: 'div',
content: '',
attributes: {
'data-ezelement': 'marked'
}
});
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment