I've notice when extracting the data from the editor it filters some classes and styles. I want to use the exact same styling as the editor uses.
So, i have 2 problems i need to solve.
- How can i prevent the filtering of classes and styles from happening.
- How can i extract the CSS to a separate file?
I know when using previous ckeditor versions you could have used the following to prevent it filtering:
config.allowedContent = true;