Skip to content

Commit 1cc0a45

Browse files
author
Rone
committed
Fix UTF-8 characters in website
1 parent f2ea2ee commit 1cc0a45

File tree

4 files changed

+131
-262
lines changed

4 files changed

+131
-262
lines changed

MANUAL.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ on separate processors/cores and synchronize when parsing reads and
14271427
outputting alignments. Searching for alignments is highly parallel,
14281428
and speedup is fairly close to linear.
14291429

1430-
</td></tr><tr><td id="bowtie2-options-reorder">
1430+
</td></tr><tr><td id="bowtie-options-reorder">
14311431

14321432
[`--reorder`]: #bowtie-options-reorder
14331433

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ doc: doc/manual.html MANUAL
410410
doc/manual.html: MANUAL.markdown
411411
echo "<h1>Table of Contents</h1>" > .tmp.head
412412
pandoc -B .tmp.head \
413+
--ascii \
413414
--css style.css -o $@ \
414415
--from markdown --to HTML \
415416
--metadata title:"Bowtie Manual" \

0 commit comments

Comments
 (0)