aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.