aboutsummaryrefslogtreecommitdiff
path: root/docs/help/under.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-19 22:17:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-19 22:17:37 -0500
commitf74ae588caad19f498440bd8e848d8df5724174e (patch)
treec0730a143d89bfb72ea15a60d23902b8419f30eb /docs/help/under.html
parentee192726517e1a90f752d5cde054d32a3dafc8aa (diff)
Various help page fixes
Diffstat (limited to 'docs/help/under.html')
-rw-r--r--docs/help/under.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/help/under.html b/docs/help/under.html
index eb83dd3e..f923f27e 100644
--- a/docs/help/under.html
+++ b/docs/help/under.html
@@ -12,8 +12,10 @@
<li>Undo transformation <code><span class='Function'>𝔾</span></code></li>
</ul>
<p>Where <code><span class='Function'>𝔾</span></code> must be</p>
-<p>1. A function invertible by <code><span class='Modifier'>⁼</span></code> (Undo)
-2. A structural modification</p>
+<ul>
+<li>A function invertible by <code><span class='Modifier'>⁼</span></code> (Undo)</li>
+<li>A structural modification</li>
+</ul>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgOeKMvigx4oq44oqRKSAx4oC/MuKAvzMKCiAgIOKImuKBvCAo4oiaMSkgKyAo4oiaOSkKCiAgIDEgK+KMvuKImiA5">↗️</a><pre> <span class='Number'>9</span><span class='Modifier2'>⌾</span><span class='Paren'>(</span><span class='Number'>1</span><span class='Modifier2'>⊸</span><span class='Function'>⊑</span><span class='Paren'>)</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span>
⟨ 1 9 3 ⟩