diff options
Diffstat (limited to 'md.bqn')
| -rw-r--r-- | md.bqn | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -250,7 +250,7 @@ Markdown ← {filename𝕊𝕩: notIndent ← (0⊸=∨4⊸<) CountRuns ¬m∧lf=code parts ← code ⊔˜ 1 -˜ (notIndent∧¬break) × 1+`break # Evaluate - E ← ⊣◶⟨"",(⥊∾⟜lf⎉1)∘Fmt⊢⟩⟜CodeExec + E ← ⊣◶⟨"",(⥊∾⟜lf⎉1)∘•Fmt⊢⟩⟜CodeExec ShowErr ← lf∾˜"span class='Error'"Html"Error: "∾(∧`lf⊸≠)⊸/⎊•Repr r ← show ('#'≠⊑∘⊢)◶⟨"",E⎊(ShowErr∘•CurrentError⊢)⟩⍟(0<≠∘⊢)¨ parts @@ -700,12 +700,6 @@ GetMultiHighlights ← { ################################ -# Format an array to a string -tn ← "*"⊸(∾∾⊣)¨"array"‿"function"‿"1-modifier"‿"2-modifier"‿"namespace" -fmt ← ⊑ (•Import "src/f.bqn"){𝔽} ⟨•Type,•Decompose,•Glyph⎊(tn⊑˜2-˜•Type),"0"⍟("¯0"⊸≡)•Repr⟩ - - -################################ # Creating HTML files ConvertFile ← { MatchStart‿MatchEnd ← { ≤○≠◶0‿(⊣ ≡ (𝕩×≠)⊸↑) }¨ 1‿¯1 |
