diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-03 16:56:23 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-03 17:08:14 -0400 |
| commit | 4190c5861db9330d83389a07a3563d28bbe511f9 (patch) | |
| tree | a2e4bbfce0c50f50f85afa4985b336153d5b8e37 /md.bqn | |
| parent | 673de1c627a2046123e1693e9e6508399a028508 (diff) | |
Convert all markdown files within one BQN execution
Diffstat (limited to 'md.bqn')
| -rw-r--r-- | md.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ← X # dzaima+reference exec. Should be {⍎} + CodeExec ← {⍎}_withRef # dzaima+reference exec. Should be {⍎} # Headings start with #, and require 1-6 #s followed by a space. # Any trailing #s are ignored. |
