mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
fix line height and add details
This commit is contained in:
11
index.html
11
index.html
@@ -72,7 +72,16 @@ elements.</p>
|
||||
it’s 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><details</code>>
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user