fix line height and add details

This commit is contained in:
Oskar Wickström
2024-08-26 11:58:43 +02:00
parent c362a0b32f
commit 329d842e05
4 changed files with 49 additions and 23 deletions

View File

@@ -72,7 +72,16 @@ elements.</p>
its just markup. This, for instance, is a regular paragraph.</p>
<p>Look at this horizontal break:</p>
<hr>
<p>Lovely.</p>
<p>Lovely. We can hide stuff in the <code>&lt;details</code>&gt;
element:</p>
<details>
<summary>
A short summary of the contents
</summary>
<p>
Hidden gems.
</p>
</details>
<h2 id="lists">Lists</h2>
<p>This is a plain old bulleted list:</p>
<ul class="incremental">