From 6f4963815ed9aeb2c2608e4432d7eca6417591b4 Mon Sep 17 00:00:00 2001 From: harupong Date: Fri, 6 Dec 2013 10:06:32 +0900 Subject: [PATCH] Add bug info for pandoc to README.md Pandoc version 1.9.1.1, which is installed with `apt-get` on Ubuntu 12.04, has a [bug](https://github.com/jgm/pandoc/issues/964) that hides a word after tilde. It is fixed with Pandoc version 1.11.1. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e33ec9bfe..c852958ad 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file +* Make as sure as possible that the changes work correctly for publishing to pdf, ebooks and the git-scm.com website