|
@@ -87,7 +87,7 @@ export default class Highlight extends Plugin {
|
|
|
* The available highlighters options. The default value is:
|
|
* The available highlighters options. The default value is:
|
|
|
*
|
|
*
|
|
|
* options: [
|
|
* options: [
|
|
|
- * { model: 'marker', class: 'marker', title: 'Marker', color: '#fdfd77', type: 'marker' },
|
|
|
|
|
|
|
+ * { model: 'yellowMarker', class: 'marker-yellow', title: 'Yellow marker', color: '#fdfd77', type: 'marker' },
|
|
|
* { model: 'greenMarker', class: 'marker-green', title: 'Green marker', color: '#63f963', type: 'marker' },
|
|
* { model: 'greenMarker', class: 'marker-green', title: 'Green marker', color: '#63f963', type: 'marker' },
|
|
|
* { model: 'pinkMarker', class: 'marker-pink', title: 'Pink marker', color: '#fc7999', type: 'marker' },
|
|
* { model: 'pinkMarker', class: 'marker-pink', title: 'Pink marker', color: '#fc7999', type: 'marker' },
|
|
|
* { model: 'blueMarker', class: 'marker-blue', title: 'Blue marker', color: '#72cdfd', type: 'marker' },
|
|
* { model: 'blueMarker', class: 'marker-blue', title: 'Blue marker', color: '#72cdfd', type: 'marker' },
|