|
@@ -5,6 +5,10 @@
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
<div id="editor">
|
|
<div id="editor">
|
|
|
|
|
+ <h2>Heading 1</h2>
|
|
|
|
|
+ <p>Paragraph <span class="restricted-editing-exception">it is editable</span></p>
|
|
|
|
|
+ <p>Exception on part of a word: <a href="ckeditor.com">coompi</a><span class="restricted-editing-exception"><a href="ckeditor.com">ter</a> (fix spelling in Firefox).</span></p>
|
|
|
|
|
+ <p><strong>Bold</strong> <i>Italic</i> <a href="foo">Link</a></p>
|
|
|
<figure class="table">
|
|
<figure class="table">
|
|
|
<table>
|
|
<table>
|
|
|
<tbody>
|
|
<tbody>
|
|
@@ -14,4 +18,24 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
</figure>
|
|
</figure>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>UL List item 1</li>
|
|
|
|
|
+ <li>UL List item 2</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ol>
|
|
|
|
|
+ <li><span class="restricted-editing-exception">OL List item 1</span></li>
|
|
|
|
|
+ <li>OL List item 2</li>
|
|
|
|
|
+ </ol>
|
|
|
|
|
+ <figure class="image image-style-side">
|
|
|
|
|
+ <img alt="bar" src="sample.jpg">
|
|
|
|
|
+ <figcaption>Caption</figcaption>
|
|
|
|
|
+ </figure>
|
|
|
|
|
+ <blockquote>
|
|
|
|
|
+ <p>Quote</p>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>Quoted UL List item 1</li>
|
|
|
|
|
+ <li>Quoted UL List item <span class="restricted-editing-exception">2</span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <p>Quote</p>
|
|
|
|
|
+ </blockquote>
|
|
|
</div>
|
|
</div>
|