From 112f295cc96e6d35a51151d234a0c93982a66f48 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 4 Oct 2020 13:22:08 -0400 Subject: =?UTF-8?q?Fix=20up=20=E2=8D=8E=20within=20dzref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dzref | 1 + md.bqn | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3