-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
issue: bugSomething isn't workingSomething isn't working
Description
Captchas
- I have read the instructions.
- I have searched existing issues and avoided creating duplicates.
- I am not filing a question or an enhancement request.
What happened?
To reproduce
- Enable dark mode
- Add some text to the ck editor field
Setup information
register() {
setPluginConfig({
presets: [
{
...defaultMarkdownPreset,
description: 'B&G Markdown',
name: 'B&G Markdown',
editorConfig: {
...defaultMarkdownPreset.editorConfig,
toolbar: [
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'|',
'outdent',
'indent',
'|',
'undo',
'redo',
'|',
'sourceEditing',
],
},
},
],
});
Additional context
No response
dbzonneveld
Metadata
Metadata
Assignees
Labels
issue: bugSomething isn't workingSomething isn't working