feat: support all HTML elements allowed by Glitch (#1233)
Closes https://github.com/elk-zone/elk/issues/1230
This commit is contained in:
parent
9df47ea6c2
commit
8c170961cb
2 changed files with 33 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue