<p>This is another paragraph. It might be a bit longer.</p>
<ul>
<li>
<p>Here’s a list.</p>
</li>
<li>
<p>It’s nice, the editor automatically turns dashes into lists</p>
</li>
</ul>
<p>And I can double-enter to get out of the list.</p>
<h3>Here’s an h3</h3>
<p>Similarly, the editor understands markdown notation for headings. That’s really handy. I also like that I can prevent editors from creating h1s (or h5/h6, who needs those).</p>
<h4>Let’s do some formatting</h4>
<p><em>Italics.</em><strong>Bold!</strong><em><strong>Bold and italic.</strong></em> There’s even <s>strikethrough</s>.</p>
<p>Inline <code>code blocks</code> work as well, though they don’t pick up on markdown formatting.</p>
<blockquote>
<p>Blockquotes work like this.</p>
</blockquote>
<p>Let’s add a link. Here’s my <ahref="https://leecat.art">website</a>. They let you choose internal vs. external. Annoyingly, in the rich text editor links are only distinguishable via color, so that’s a bit of an accessibility fail.</p>
<h2>Let’s do more with lists</h2>
<ol>
<li>
<p>Here’s an ordered list</p>
<ol>
<li>
<p>it has a nested ordered list inside of it!</p>
</li>
<li>
<p>How fancy.</p>
</li>
</ol>
</li>
<li>
<p>You can of course tab and shift+tab to change your list level.</p>
</li>
</ol>
<hr>
<p>We’ve got some lovely horizontal rules as well.</p>
<h2>Markdown attrs plugin</h2>
<p>Now, let’s see if our markdown attributes feature works. Here’s my <ahref="https://leecat.art"rel="”external”">website again</a>. I suspect the smart quotes will cause issues! So that may not work.</p>