mathtype.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <head>
  2. <!-- Required to fetch runtime data from https://www.wiris.net. -->
  3. <meta http-equiv="Content-Security-Policy"
  4. content="connect-src 'self' https://cksource.com http://*.cke-cs.com https://www.wiris.net;">
  5. </head>
  6. <div id="editor">
  7. <h2>Hello world!</h2>
  8. <figure class="table">
  9. <table>
  10. <tbody>
  11. <tr>
  12. <td>
  13. <h2>Header 2</h2>
  14. <p>Sample text with <span class="mention" data-mention="@Lily">@Lily</span> mentioned.</p>
  15. </td>
  16. <td>
  17. <span style="color:hsl(0,75%,60%);"><i>Colors</i></span>
  18. <span style="background-color:hsl(270,75%,60%);color:hsl(0,0%,100%);"><strong>are</strong></span>
  19. plain
  20. <span class="text-big" style="color:hsl(210,75%,60%);">awesome</span>
  21. <span class="text-huge"><mark class="marker-yellow">!</mark></span>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td>
  26. <figure class="image">
  27. <img src="sample.jpg" alt="CKEditor logo" />
  28. <figcaption>An <u>image</u></figcaption>
  29. </figure>
  30. </td>
  31. <td>
  32. <ol>
  33. <li>First</li>
  34. <li>Second</li>
  35. <li>Third</li>
  36. </ol>
  37. <p>Closing paragraph.</p>
  38. </td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. </figure>
  43. <blockquote>
  44. <p>This is a quote block.</p>
  45. </blockquote>
  46. <p style="text-align:center;">Centered paragraph.</p>
  47. <p>Sample text</p>
  48. </div>