mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
809 B
28 lines
809 B
<h1>Header</h1>
|
|
<p>Content with <strong>bold</strong>, <em>italic</em>, <u>underline</u>, <code>code</code> and <span class="__editor_text-left">a class</span>.</p>
|
|
<blockquote>
|
|
<p>Quote</p>
|
|
</blockquote>
|
|
<pre class="language-javascript">
|
|
<code data-code-block-language="javascript">Code Block in Javascript</code>
|
|
</pre>
|
|
<p>Just another paragraph</p>
|
|
<hr>
|
|
<ul>
|
|
<li>
|
|
<p>Item 1</p>
|
|
</li>
|
|
<li>
|
|
<p>Item 2</p>
|
|
</li>
|
|
</ul>
|
|
<ol>
|
|
<li>
|
|
<p>Item A</p>
|
|
</li>
|
|
<li>
|
|
<p>Item B</p>
|
|
</li>
|
|
</ol>
|
|
<p><a href="Link Content" rel="noopener noreferrer nofollow">A link</a></p>
|
|
<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Adams_The_Tetons_and_the_Snake_River.jpg/1280px-Adams_The_Tetons_and_the_Snake_River.jpg" title="My Image"></p>
|