ckeditor4-sdk icon indicating copy to clipboard operation
ckeditor4-sdk copied to clipboard

All the data-sample elements get moved to the body element

Open mlewand opened this issue 8 years ago • 0 comments

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.

mlewand avatar May 18 '16 09:05 mlewand