CKEditor code element missing styles
Context
There are styles in ckeditor, but not when displayed.
There are styles in ckeditor, but not when displayed.
Configuring additional markup in CKEditor can be problematic.
What are the configuration options?
Using fresh Drupal 11 standard install.
Basic HTML has source editing button, with these editable tags:<cite> <dl> <dt> <dd> <a hreflang> <blockquote cite> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
There is no way to apply div style without using source editing to create the div first.
By default, ckeditor has paragraph and heading formatting options.
Styles can be added, defining a tag and class to apply to selected text.
It's easy to apply styles to existing formats, but adding new ones can be tricky.
Here are the configuration options for ckeditor styles:
Tried to create a link in a comment.
Unable to select text and paste to create a link.
Add basic CKEditor config?