John MacFarlane
1868cb5e42
Updated copyright notices to -2015. Closes #2111 .
2015-04-26 10:18:29 -07:00
RyanGlScott
b65238b412
Bump zlib upper version bounds
2015-04-20 13:52:48 -05:00
John MacFarlane
44fcc5f96e
Merge pull request #2079 from lierdakil/rst-normalize-headings
...
RST Writer: Normalize headings to sequential levels
2015-04-17 19:06:25 -07:00
Nikolay Yakimov
4b7ddeb63f
RST Writer: Tests for rubrics and heading normalization
2015-04-16 19:27:33 +03:00
John MacFarlane
693bc5f50f
Bump texmath lower bound to 0.8.1
2015-04-13 21:25:06 -07:00
John MacFarlane
ccb828894b
Added CommonMark writer.
...
Added `Text.Pandoc.Writers.CommonMark`, exporting
`writeCommonMark`.
2015-03-29 23:42:42 -07:00
John MacFarlane
cbe32c2aeb
Require cmark 0.3.1.
2015-03-29 23:42:42 -07:00
John MacFarlane
3f20fb3f9f
Always build man pages. Removed make-pandoc-man-pages flag.
...
Updated INSTALL instructions.
Makefile: removed man target, now that we generate man pages by default.
2015-03-28 15:40:50 -07:00
John MacFarlane
524d284b88
Added images needed for docx tests to cabal extra-source-files.
2015-03-28 15:40:50 -07:00
John MacFarlane
07cc0079f7
Added source files for reference.docx/odt to extra-source-files.
2015-03-28 14:22:04 -07:00
John MacFarlane
db28a39ba6
Added Tests.Writers.Docx to cabal file.
2015-03-28 14:12:18 -07:00
John MacFarlane
f986d78c7c
Version bump to 1.14.
...
This is because of the significant API changes in the reader
types. (They now return an Either value.)
2015-03-28 13:48:53 -07:00
John MacFarlane
6a3a04c428
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype
...
Conflicts:
benchmark/benchmark-pandoc.hs
src/Text/Pandoc/Readers/Markdown.hs
src/Text/Pandoc/Readers/Org.hs
src/Text/Pandoc/Readers/RST.hs
tests/Tests/Readers/LaTeX.hs
2015-03-28 12:12:48 -07:00
Nikolay Yakimov
d744b83b61
Create reference files from unpacked archives with helper program
2015-03-28 10:36:53 -07:00
John MacFarlane
b5b11f31a6
Fixed ghc-prof-options.
2015-03-28 10:10:14 -07:00
John MacFarlane
3f89e3f332
Require highlighting-kate >= 0.5.14
...
This ensures that all code blocks will be wrapped in a div
with class sourceCode. Also, the default highlighting CSS
now adds `div.sourceCode { x-overflow: auto; }`, which means
that code blocks (even with line numbers) will acquire a scroll
bar on screens too small to display them (e.g. mobile phones).
See #1903 and jgm/highlighting-kate#65 .
2015-03-28 08:18:01 -07:00
John MacFarlane
12c9aa00de
pandoc.cabal: changed default profiling options.
...
Removed `-auto-all` and `-caf-all` at cabal's suggestion.
Use `-auto-exported` instead.
2015-03-27 22:12:42 -07:00
John MacFarlane
dd5d3379e8
Require highlighting-kate 0.5.13.
...
Closes #1903 .
2015-03-27 13:45:22 -07:00
John MacFarlane
8b8a613cd4
Bumped upper bounds for filepath, QuickCheck.
...
Bumped lower bounds for highlighting-kate, texmath.
2015-03-19 11:47:20 -07:00
John MacFarlane
e0d234e54d
Added CommonMark reader using cmark (libcmark bindings).
...
- Added commonmark as an input format.
- Added `Text.Pandoc.Readers.CommonMark.readCommonMark`.
- For now, we use the markdown writer to generate benchmark
text for the CommonMark reader. We can change this when we
get a writer.
2015-03-17 16:15:57 -07:00
John MacFarlane
5721a5d34b
Bump criterion version bound.
2015-03-17 16:15:56 -07:00
John MacFarlane
619b2e8ca2
Merge pull request #1968 from lierdakil/issue1607
...
Fixes for multiple docx writer style bugs.
2015-03-16 12:02:40 -07:00
Nikolay Yakimov
409111f647
Started moving StyleMap out of writer code
2015-03-01 22:57:35 +03:00
RyanGlScott
d649acc146
Bump blaze-html and blaze-markup upper version bounds
2015-02-28 16:55:23 -06:00
Matthew Pickering
8381ac3b02
Add Text.Pandoc.Error module with PandocError type
2015-02-18 21:09:05 +00:00
John MacFarlane
e32227f744
Allow wildcards in --epub-embed-font
arguments.
...
Closes #1939 .
2015-02-13 23:34:20 -08:00
Mark Wright
4c9ebf3c2b
Allow haddock-library 1.2
2015-01-05 14:15:10 +11:00
John MacFarlane
c30c96b422
Version bump to 1.13.3.
2014-12-26 10:05:31 -07:00
John MacFarlane
ccf081d32c
Require latest highlighting-kate and texmath.
2014-12-19 21:41:53 -08:00
John MacFarlane
c6ad01dc69
Added old-locale flag.
...
This will ease transition to time 1.5. However, currently we can't
build with time 1.5 because of dependencies.
2014-12-19 17:26:14 -08:00
John MacFarlane
2c3310a592
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
2014-12-19 16:13:38 -08:00
Bryan O'Sullivan
dbfb2e1353
Link the test suite using -threaded
...
This allows the test suite to be run using "+RTS -N".
Doing so improves the performance of the test suite on my quad-core Mac laptop as follows:
Before: 8.2 seconds
After: 2.5 seconds
2014-12-08 22:42:45 -08:00
Matthew Pickering
48e2586ec8
Merge pull request #1746 from shelf/dw-ext-images
...
DokuWiki writer: fix external images
2014-12-08 23:55:36 +00:00
Vincent
dffdb87bec
Update pandoc.cabal, Bumping JuicyPixels upper bound
2014-12-06 15:41:34 +01:00
Timothy Humphries
98161afa1a
DokuWiki writer: add external_images test
...
Add test for #1739 .
2014-11-09 02:18:58 -05:00
John MacFarlane
0169e10344
Fixed README and pandoc.cabal for TWiki reader.
2014-10-31 12:07:19 -07:00
Alexander Sulfrian
2cf09aad55
TWiki Reader: update documentation
2014-10-30 20:02:17 +01:00
Alexander Sulfrian
79f25fb9ce
TWiki Reader: add basic syntax test
2014-10-30 20:02:05 +01:00
Alexander Sulfrian
c3780992ab
TWiki Reader: add new new twiki reader
2014-10-30 19:54:48 +01:00
John MacFarlane
e4c6997c81
Version bump to 1.13.2.
...
This is needed because of the addition of KaTeX to
HTMLMathMethod.
2014-10-20 21:21:18 -07:00
John MacFarlane
7ac1b6b022
Adde network dependency under network-uri flag in test section.
2014-09-28 09:10:42 -07:00
RyanGlScott
9cf9985ecf
Bump text, random, http-client upper bounds
2014-09-22 21:47:16 -05:00
John MacFarlane
6ce7081617
Version bump to 1.13.1.
2014-08-30 13:50:49 -07:00
John MacFarlane
8f53918ebe
Added new dokuwiki multiblock table tests to pandoc.cabal.
2014-08-30 13:14:50 -07:00
John MacFarlane
c956eb617d
Capitalized Build-Depends for consistency.
2014-08-24 08:34:30 -07:00
Gabor Pali
80af713743
Fix build dependencies for the trypandoc flag.
...
Build dependencies of the trypandoc executable are required, regardless of the
trypandoc flag was set to either True or False. Correct package description
to make them truly optional.
2014-08-24 16:49:26 +02:00
John MacFarlane
604e1da878
Added network-uri flag.
...
This addresses the split of network and network-uri.
2014-08-20 15:34:13 -07:00
John MacFarlane
915ff1c9d3
Added tables.dokuwiki and tables.icml to extra-source-files.
2014-08-17 16:23:26 -07:00
John MacFarlane
886cc0dd36
Added trypandoc flag to build trypandoc cgi executable.
...
Supporting files are in trypandoc/.
2014-08-17 16:11:09 -07:00
John MacFarlane
90e4603f8a
Bump version to 1.13.0.1.
2014-08-17 13:24:52 -07:00