Implement search

This commit is contained in:
Ben Edgington
2023-01-03 14:32:47 +00:00
parent 47e8444ab1
commit 1e4ee2ba74
16 changed files with 549 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ $, = "\n"; # set output field separator
$\ = "\n"; # set output record separator
my $outFilePrefix = 'md/pages';
my $sequence = 0;
my $sequence = 0; # Search is -2, Contents is -1
my $thisPart = '';
my $thisChapter = '';
my $thisSection = '';