CKEditor 4 Bug Report

This is sample CKEditor 4 instance that can be used for creating simple reproductions of bugs.

by xilibit

HTML

<script src="https://cdn.ckeditor.com/4.13.1/full-all/ckeditor.js"></script>
<div id="editor">
>:(
:)  
</div>

JavaScript

CKEDITOR.replace( 'editor', {
  extraPlugins: 'bbcode'
} );

// If you want to use this template, please follow the following steps:
// 1. Fork it.
// 2. Add your JS code here, e.g. custom plugins.
// 3. If you want to change the default CKEditor 4 version, you can do it in the sidebar on the left, inside "Resources" section.