1 @extends('layouts.simple')
4 <div class="container">
7 <input id="markdown-toggle" type="checkbox">
10 <div id="editor" class="bs-editor page-content" style="margin-bottom: 23px"></div>
12 <div id="content" style="display: none;">
13 <h2>This is an editable block</h2>
15 Lorem ipsum dolor sit amet, <strong>consectetur adipisicing</strong> elit. Asperiores? <br>
16 Some <span style="text-decoration: underline">Underlined content</span> Lorem ipsum dolor sit amet. <br>
17 Some <span style="text-decoration: line-through;">striked content</span> Lorem ipsum dolor sit amet. <br>
18 Some <span style="color: red;">Red Content</span> Lorem ipsum dolor sit amet. <br>
19 Some <a href="https://cats.com" target="_blank" title="link A">Linked Content</a> Lorem ipsum dolor sit amet. <br>
23 <summary>Dropdown here</summary>
28 <table style="width: 100%;">
37 <td style="width: 250px; height: 30px">Content 1</td>
38 <td style="width: 320px; height: 30px">Content 2</td>
39 <td style="width: 320px; height: 30px">Content 2</td>
42 <td colspan="2">Row 2, Spanning 2</td>
43 <td>Row 2 spanning 1</td>
46 <td rowspan="2">Row 3/4, Column 1</td>
47 <td>Row 3, Column 2</td>
48 <td>Row 3, Column 3</td>
51 <td>Row 4, Column 2</td>
52 <td>Row 4, Column 3</td>
57 {{-- <iframe width="560" height="315" src="https://www.youtube.com/embed/n6hIa-fPx0M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>--}}
59 <p><img src="/user_avatar.png" alt="Logo"></p>
66 <p>Lorem ipsum dolor sit amet.</p>
70 <p class="align-right">Lorem ipsum dolor sit amet.</p>
72 <p class="callout info">
73 This is an info callout test!
82 <script src="{{ versioned_asset('dist/editor.js') }}" nonce="{{ $cspNonce }}"></script>