refactor some attributes to new syntax

This commit is contained in:
Philipp Kühn
2020-10-27 14:53:23 +01:00
parent 77f67bceae
commit ed7d3862b2
3 changed files with 43 additions and 29 deletions

View File

@@ -38,10 +38,15 @@ export default {
ListItem(),
],
content: `
<ul>
<ol>
<li>A list item</li>
<li>And another one</li>
</ul>
</ol>
<ol start="5">
<li>This item starts at 5</li>
<li>And another one</li>
</ol>
`,
})
},