@steroidsjs/ckeditor5
Version:
The development environment of CKEditor 5 – the best browser-based rich text editor.
28 lines (23 loc) • 714 B
HTML
<head>
<meta name="x-cke-crawler-ignore-patterns" content='{
"request-failure": "example.test"
}'>
</head>
<style>
.editor {
display: none;
}
</style>
<div id="test-controls">
Initialize editor with:
<span id="fixture-buttons"></span>
HTML payload.
<br><br>
Cases marked with "(semantic)" contain elements known by the editor. Cases with "(styled)" focuses on styling using the <code>[style]</code> attribute.
</div>
<hr>
<div id="editor_small" class="editor"></div>
<div id="editor_medium" class="editor"></div>
<div id="editor_large" class="editor"></div>
<div id="editor_smallInlineCss" class="editor"></div>
<div id="editor_fullWebsitesStyled" class="editor"></div>