diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-04 13:22:08 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-04 13:22:08 -0400 |
| commit | 112f295cc96e6d35a51151d234a0c93982a66f48 (patch) | |
| tree | cb810c6f0cdeb35c3725410795781b787747daa7 | |
| parent | 3bfa837bdda8a4ff7edde691bc2337cff0730ef3 (diff) | |
Fix up ⍎ within dzref
| -rwxr-xr-x | dzref | 1 | ||||
| -rw-r--r-- | md.bqn | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -93,6 +93,7 @@ _withRef ← ˙ Raw¨ ⟨ "IsArray ← 0≠≡" ⟩∾Mod⟜⥊¨ "↕⊐" + chr∾↩"⍎" ⋄ names∾↩⟨"⍎_withRef "⟩ # checks if line is a builtin redefinition @@ -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. |
