| 12345678910111213141516171819202122232425262728293031 |
- <style>
- pre.markdown-output {
- background: hsl(70, 7%, 16%);
- color: hsl(0, 0%, 100%);
- display: block;
- font-size: 1em;
- font-family: Monaco, Menlo, Consolas, "Roboto Mono", "Courier New", "Ubuntu Mono", monospace;
- padding: 1.333em;
- }
- </style>
- <div id="editor">This is [CKEditor 5](https://ckeditor.com).
- 
- ```javascript
- function fancyAlert(arg) {
- if(arg) {
- $.facebox({div:'#foo'})
- }
- }
- ```
- First Header | Second Header
- ------------ | -------------
- Content from cell 1 | Content from cell 2
- Content in the first column | Content in the second column
- </div>
- <p>Output:</p>
- <pre class="markdown-output"><code id="markdown-output"></code></pre>
|