From 357a9ab4e25a0101121761c503e14ba38d32093c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 17 Jul 2020 07:28:21 -0400 Subject: Move some files around --- doc/gen | 2 +- doc/md.bqn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gen b/doc/gen index 8733a52f..8a70dfdd 100755 --- a/doc/gen +++ b/doc/gen @@ -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 diff --git a/doc/md.bqn b/doc/md.bqn index acb264ba..61f84ce7 100644 --- a/doc/md.bqn +++ b/doc/md.bqn @@ -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 ← { -- cgit v1.2.3