From c6291b195f80a5ebfed20fb0860eaf427d05c016 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 12 Jan 2021 22:44:03 -0500 Subject: Use hilex for bin HTML --- bin/html.sh | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'bin/html.sh') diff --git a/bin/html.sh b/bin/html.sh index c86ce87a..c2ad7fa2 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -13,7 +13,7 @@ cat < ${title} EOF @@ -76,5 +83,5 @@ while [ $# -gt 0 ]; do ${src} in git EOF ./htagml -x -f htmltags "${src}" - ./htagml -p -f htmltags "${src}" + ./hilex -t -f html "${src}" | ./htagml -ip -f htmltags "${src}" done -- cgit 1.4.1