Skip to content

Commit

Permalink
Fix UTF-8 characters in website
Browse files Browse the repository at this point in the history
  • Loading branch information
Rone committed Jul 23, 2020
1 parent f2ea2ee commit 1cc0a45
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 262 deletions.
2 changes: 1 addition & 1 deletion MANUAL.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ on separate processors/cores and synchronize when parsing reads and
outputting alignments. Searching for alignments is highly parallel,
and speedup is fairly close to linear.

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

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

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ doc: doc/manual.html MANUAL
doc/manual.html: MANUAL.markdown
echo "<h1>Table of Contents</h1>" > .tmp.head
pandoc -B .tmp.head \
--ascii \
--css style.css -o $@ \
--from markdown --to HTML \
--metadata title:"Bowtie Manual" \
Expand Down
Loading

0 comments on commit 1cc0a45

Please sign in to comment.