Conversion between markup formats
Go to file
Jens Petersen 1b3993adac fix building on ARM (llvm) by using -O1 (#992430)
This is a known problem with ghc-7.6 -O2 with llvm.
Should be fixed with ghc-7.8.
Might be better actually to using -O1 only on ARM for now?
2014-05-13 18:59:58 +09:00
.gitignore update to 1.12.3.3 2014-05-08 12:18:25 +09:00
pandoc.spec fix building on ARM (llvm) by using -O1 (#992430) 2014-05-13 18:59:58 +09:00
README.fedora update to 1.9.1.1 (no longer separate markdown2pdf) 2012-02-13 13:36:04 +09:00
sources update to 1.12.3.3 2014-05-08 12:18:25 +09:00

PDF output requires texlive:

    $ sudo yum install  texlive-latex texlive-xetex
    :
    $ pandoc -o output.pdf ...