aboutsummaryrefslogtreecommitdiff
path: root/help/¨each.md
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-19 21:21:13 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-19 21:21:13 +0530
commit6c111f1e71e945f66977aecc3322318aa21beacc (patch)
tree6831313b4698e9a5302ce8d9596afae966e08461 /help/¨each.md
parentcf65cfb32f34b7c9fed4614479d8242c51321bac (diff)
Primitive Symbol help pages generated
Diffstat (limited to 'help/¨each.md')
-rw-r--r--help/¨each.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/help/¨each.md b/help/¨each.md
index 2a387b97..1ec3504d 100644
--- a/help/¨each.md
+++ b/help/¨each.md
@@ -1,15 +1,17 @@
-Diaresis (`¨`)
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/¨each.html).*
+
+# Diaresis (`¨`)
`𝔽¨ 𝕩`, `𝕨 𝔽¨ 𝕩`: Each
Apply `𝔽` to/between the major elements of the arguments. (`𝔽⚇¯1`)
-```
- <¨ 1‿2‿3
-┌─
-· ┌· ┌· ┌·
- · 1 · 2 · 3
- ┘ ┘ ┘
- ┘
- 4‿5‿6 ∾¨ 1‿2‿3
-⟨ ⟨ 4 1 ⟩ ⟨ 5 2 ⟩ ⟨ 6 3 ⟩ ⟩
-``` \ No newline at end of file
+
+ <¨ 1‿2‿3
+ ┌─
+ · ┌· ┌· ┌·
+ · 1 · 2 · 3
+ ┘ ┘ ┘
+ ┘
+ 4‿5‿6 ∾¨ 1‿2‿3
+ ⟨ ⟨ 4 1 ⟩ ⟨ 5 2 ⟩ ⟨ 6 3 ⟩ ⟩
+