Skip to content

Commit

Permalink
Add bug info for pandoc to README.md
Browse files Browse the repository at this point in the history
Pandoc version 1.9.1.1, which is installed with `apt-get` on Ubuntu 12.04,
has a [bug](jgm/pandoc#964) that hides a word
after tilde.  It is fixed with Pandoc version 1.11.1.
  • Loading branch information
harupong committed Dec 6, 2013
1 parent 1c12c9e commit 6f49638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ On MacOS you can do like this::
* xelatex: http://tug.org/mactex/
4. `$ makeebooks zh` #will produce a mobi

## Notes on pandoc

Please use Pandoc version 1.11.1 or later as older versions(confirmed on 1.9.1.1) has a [bug](https://github.com/jgm/pandoc/issues/964) which hides a word after tilde `~`. You can do `pandoc -v` to see which version you have installed.

# Errata

If you see anything that is technically wrong or otherwise in need of
Expand All @@ -51,4 +55,4 @@ and send a pull request.
* Do not mix changes to the original english with translations in a single pull request.
* If your pull request changes a translation, prefix your pull request and commits'messages with the ISO 639 code, e.g. `[de] Update chapter 2`.
* Make sure the translation changes can be automatically merged. The maintainers can not make the merge manually if there are some conflicts.
* Make as sure as possible that the changes work correctly for publishing to pdf, ebooks and the git-scm.com website
* Make as sure as possible that the changes work correctly for publishing to pdf, ebooks and the git-scm.com website

0 comments on commit 6f49638

Please sign in to comment.