Skip to content

Commit

Permalink
dont numerate headings
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtkind committed May 5, 2012
1 parent 3237594 commit 6127a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build-html.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use v5.10;

my $pandoc_cmd = {
normal => 'pandoc -s --toc -N --css=styles.css -H _head-inc -B _nav-header -A _nav-footer -o %s %s',
appendixAG => 'pandoc -s --css=styles.css -H _head-inc -B _nav-header -A _nav-footer -o %s %s',
index => 'pandoc -s -N --css=styles.css -H _head-inc -o %s %s',
normal => 'pandoc -s --toc --css=styles.css -H _head-inc -B _nav-header -A _nav-footer -o %s %s',
appendixAG => 'pandoc -s --css=styles.css -H _head-inc -B _nav-header -A _nav-footer -o %s %s',
index => 'pandoc -s --css=styles.css -H _head-inc -o %s %s', # -N
};

for my $txt_file (<*.txt>) {
Expand Down

0 comments on commit 6127a13

Please sign in to comment.