A CKEditor plugin to wrap text with an HTML <mark> Tag
This plugin will add a new button with the possibility to wrap text with an <mark>
HTML tag.
Included translations:
🇬🇧 🇺🇸 English
🇩🇪 German
- Download the latest 🔖 Release
- Include the plugin to your CKEditor setup
[path to your CKEditor]/plugins/
- Add markTag to external plugins:
config.extraPlugins = 'markTag';