improve details experiment

This commit is contained in:
Hans Pagel
2021-02-11 00:15:35 +01:00
parent a6c1e2e20f
commit bd6233a1a1
2 changed files with 4 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ export default {
],
content: `
<p>Here is a details list:</p>
<details open>
<details>
<summary>An open details tag</summary>
<p>More info about the details.</p>
</details>