aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-14 22:43:41 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-14 22:43:41 -0400
commit2d094f01f7421a56259433c4b0e86a5f92ba0871 (patch)
tree31f64c88b3bd3516b89f49f00540a2333565ed6e
parent5adb95353b54d777642a7fd5b15c588d0a2587b0 (diff)
No need for trailing •Eval left argument values
-rw-r--r--md.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/md.bqn b/md.bqn
index 9fa7ace5..293b536b 100644
--- a/md.bqn
+++ b/md.bqn
@@ -307,7 +307,7 @@ Markdown ← {filename𝕊𝕩:
ProcComment ← {
n←≠s←"<!--GEN" ⋄ l←¯3↓⍟(1=≠𝕩)⊑𝕩 ⋄ a←s≡n↑l
Source ← {((0<≠)◶<‿(•FLines path∾⊢) Trim n↓l) ∾ 1↓¯1↓𝕩}
- ⟨path,"",⟨⟩⟩ GenHtml⍟a JoinLines Source⍟a 𝕩
+ ⟨path⟩ GenHtml⍟a JoinLines Source⍟a 𝕩
}
ProcHtml ← {
codeMask ← "<code>" (6⥊0)⊸»⊸(>○(⌈`(1+↕∘≠)⊸×))○((≠𝕩)↑⍷⟜𝕩) "</code>"