unsafeInline Boolean
(default: true)
When set to false, the decoration applied by the Formatting tool dropdown will be skipped and the values will appear as plain text options.
Example
<textarea id="editor"></textarea>
<script>
$(document).ready(function() {
$("#editor").kendoEditor({
unsafeInline: false
});
});
</script>