feat: support all HTML elements allowed by Glitch (#1233)

Closes https://github.com/elk-zone/elk/issues/1230
This commit is contained in:
jviide 2023-01-16 20:04:27 +02:00 committed by GitHub
parent 9df47ea6c2
commit 8c170961cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 6 deletions

View file

@ -92,7 +92,7 @@ exports[`content-rich > handles formatting from servers 1`] = `
<p></p>
<ul>
<li>This is an indented bulleted list (not just asterisks).</li>
<li></li>
<li><strong>This line is bold.</strong></li>
<li><em>This line is italic.</em></li>
</ul>
<ol>