diff options
| -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. |
