ckeditor4-sdk
ckeditor4-sdk copied to clipboard
All the data-sample elements get moved to the body element
If you add an element like <script data-sample="1" src="https://code.jquery.com/jquery-2.2.3.min.js">
to the head
element, it will be moved to the body
in code listings anyway. Instead it should remain in head
elem.
This issue originates from #183.