Wenn nicht WYSIWYG, wie wäre es dann, Stile vollständig zu deaktivieren?

Try this customization:

#reply-control .d-editor-button-bar button {
    display: none;
}
#reply-control .d-editor-button-bar button.upload {
    display: block;
}
7 „Gefällt mir“