aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-04 13:22:08 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-04 13:22:08 -0400
commit112f295cc96e6d35a51151d234a0c93982a66f48 (patch)
treecb810c6f0cdeb35c3725410795781b787747daa7
parent3bfa837bdda8a4ff7edde691bc2337cff0730ef3 (diff)
Fix up ⍎ within dzref
-rwxr-xr-xdzref1
-rw-r--r--md.bqn2
2 files changed, 2 insertions, 1 deletions
diff --git a/dzref b/dzref
index 388280ba..1106bf7f 100755
--- a/dzref
+++ b/dzref
@@ -93,6 +93,7 @@ _withRef ← ˙
Raw¨ ⟨
"IsArray ← 0≠≡"
⟩∾Mod⟜⥊¨ "↕⊐"
+ chr∾↩"⍎" ⋄ names∾↩⟨"⍎_withRef "⟩
# checks if line is a builtin redefinition
diff --git a/md.bqn b/md.bqn
index 216c60c2..f18c257f 100644
--- a/md.bqn
+++ b/md.bqn
@@ -237,7 +237,7 @@ Markdown ← {filename𝕊𝕩:
mod ← ⟨em,e∾c∾r,ei∾ci∾ri⟩ Modify code
𝕩 Link⊸∾⍟addRslt "pre" Html "code" Html⍟(¬extensions) mod
}
- CodeExec ← {⍎}_withRef # dzaima+reference exec. Should be {⍎}
+ codeExec ← {⍎}
# Headings start with #, and require 1-6 #s followed by a space.
# Any trailing #s are ignored.