diff options
Diffstat (limited to 'doc')
| -rwxr-xr-x | doc/gen | 2 | ||||
| -rw-r--r-- | doc/md.bqn | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ #! /usr/bin/env bash -for f in *.md; do ../spec/dzref md.bqn "•←ConvertFile \"$PWD/$f\"" > ../doc/${f%md}html; done +for f in *.md; do ../dzref md.bqn "•←ConvertFile \"$PWD/$f\"" > ../docs/${f%md}html; done @@ -254,7 +254,7 @@ Markdown ← { # since Github doesn't seem to have published theirs TestSections ← { doHighlight ↩ 0 - tests ← ¯2 ↓˘ 8⊸(÷˜⟜≠∾⊣)⊸⥊2↓•LNS •path∾"../spec.json" + tests ← ¯2 ↓˘ 8⊸(÷˜⟜≠∾⊣)⊸⥊2↓•LNS •path∾"spec.json" tests ↩ ((⊑2+⊐⟜':')¨∘⊏ ((-','=¯1⊑⊢)↓↓)¨⎉1 ⊢) tests testSection ← (1↓¯1↓⊢)¨ 5⊏˘tests UnEsc ← { |
