| }, | }, | ||||
| link: 'note-editor-theme_link', | link: 'note-editor-theme_link', | ||||
| text: { | text: { | ||||
| italic: 'note-editor-theme_text-italic', | |||||
| strikethrough: 'note-editor-theme_text-strikethrough', | strikethrough: 'note-editor-theme_text-strikethrough', | ||||
| }, | }, | ||||
| } | } |
| .note-editor-theme_text-strikethrough { | .note-editor-theme_text-strikethrough { | ||||
| text-decoration: line-through; | text-decoration: line-through; | ||||
| } | |||||
| .note-editor-theme_text-italic { | |||||
| font-style: italic; | |||||
| } | } |