@ -65,8 +65,8 @@ rte.add('bold', {
});
rte.add('link', {
icon: document.getElementById('t'),
attributes: {title: 'Link',}
// Example on it's easy to wrap a selected content
attributes: { title: 'Link' },
// Example on how to wrap selected content
result: rte => rte.insertHTML(`<a href="#">${rte.selection()}</a>`)
// An example with fontSize