From a8308bd49dff5781e307309b1b9797b4fdbb6f83 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 22 Oct 2021 09:17:34 -0400 Subject: improve bible scripts --- oebindex.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oebindex.awk') diff --git a/oebindex.awk b/oebindex.awk index a3a1884..007d178 100755 --- a/oebindex.awk +++ b/oebindex.awk @@ -1,6 +1,6 @@ ($1 == "\\h"){ print "=> oeb.py?" startref"-"chapter"%3A"verse section; - book = substr($0, 4); print "# " book; gsub(/ /, "%20", book); + book = substr($0, 4); print "## " book; gsub(/ /, "%20", book); verse = 1; chapter = 1; section = ""; startref = book"%20"chapter"%3A"verse } -- cgit 1.4.1