image.html 306 B

12345678910111213
  1. <head>
  2. <link rel="stylesheet" href="%APPS_DIR%ckeditor/build/modules/amd/theme/ckeditor.css">
  3. </head>
  4. <div id="editor">
  5. <p>This is an editor instance.</p>
  6. <figure class="image">
  7. <img src="logo.png" />
  8. </figure>
  9. <figure class="image">
  10. <img src="logo.png" />
  11. </figure>
  12. <p>Another line.</p>
  13. </div>