aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel2-29/+33
Cleanup of the code for link target handling. Most notably, the canonicalization of a link is handled by a separate function. This fixes #2684.
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane1-1/+2
This gives better results when people write e.g. `\TeX{}` in Markdown. \TeX{} and \LaTeX{} now works as expected with `pandoc -f markdown -t latex`. Closes #2687.
2016-01-29HTML reader: handle multiple meta tags with same name.John MacFarlane1-2/+6
Put them in a list in the metadata so they are all preserved, rather than (as before) throwing out all but one..
2016-01-29Properly handle LaTeX "math" environment as inline math.John MacFarlane1-0/+1
See #2171.
2016-01-26Merge pull request #2681 from pra85/patch-1John MacFarlane1-1/+1
Update license year range to 2016
2016-01-26Update license year range to 2016Prayag Verma1-1/+1
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane3-4/+30
Closes #2674.
2016-01-24Make language extensions trigger highlighting.John MacFarlane1-1/+2
For example, `py` will now work as well as `python`. Closes jgm/highlighting-kate#83.
2016-01-22stack.yaml - use cmark 0.5.1.John MacFarlane1-1/+1
2016-01-22Bump version to 1.17.John MacFarlane1-1/+1
API change in type of Text.Pandoc.Shared.uniqueIdent.
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane11-31/+39
This avoids performance problems in documents with many identically named headers. Closes #2671.
2016-01-21Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane3-1/+1033
2016-01-21Added TEI to description and default.tei to data files.John MacFarlane1-2/+3
2016-01-21Added default.tei TEI templateJohn MacFarlane1-7/+7
2016-01-21Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane7-7/+380
Add TEI Writer.
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend2-2/+2
2016-01-20Adjusted longtable in tests.John MacFarlane1-7/+7
New default is not to include `[c]` option.
2016-01-20Merge pull request #2665 from monofon/fix/table-alignmentJohn MacFarlane1-1/+1
LaTeX writer: Allow more flexible table alignment
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend1-1/+1
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane3-22/+25
Change types of divs. From Docbook "sect#" and "simplesect" to "level#" and "section." Add tests. Add mention of TEI to README. Small changes to TEI writer.
2016-01-19Add TEI Writer.csforste6-0/+370
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
Since the 'math' is only put into the template if stMath is set anyway, there's no need for this conditional.
2016-01-14make_osx_package.sh: Use env variable for developer id certs.John MacFarlane1-2/+4
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
2016-01-13Updated man page.John MacFarlane1-1/+1
2016-01-13Updated README date.John MacFarlane1-1/+1
2016-01-12Version to 1.16.0.2, updated changelog.John MacFarlane3-2/+10
2016-01-11Prefix even empty figure names with "fig:"Albert Krewinkel2-7/+7
The convention used by pandoc for figures is to mark them by prefixing the name with "fig:". The org reader failed to do this if a figure had no name. The test for this was broken as well. This fixes #2643.
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane2-2/+2
See fpco/stackage#1096.
2016-01-11Fixed regression in latex smart quote parsing.John MacFarlane1-4/+5
Closes #2645. In cases where a match was not found for a quote, everything from the open quote to the end of the paragraph was being dropped.
2016-01-10Release checklist: added note on regenerating Hackage docs.John MacFarlane1-0/+3
2016-01-10Regenerated man page.John MacFarlane1-1/+1
2016-01-10README - changed date.John MacFarlane1-1/+1
2016-01-10osx package fixes: correct version, allow installation to any drive.John MacFarlane2-4/+4
2016-01-09Fixed typo in deb/stack.yaml.John MacFarlane1-1/+1
2016-01-09Updated stack.yaml.John MacFarlane2-3/+5
2016-01-09Updated changelog.John MacFarlane1-0/+57
2016-01-09Version bump to 1.16.0.1John MacFarlane1-1/+1
2016-01-09LaTeX writer: restore old treatment of Span.John MacFarlane2-18/+16
A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624.
2016-01-08Fixed shadowing warning.John MacFarlane1-1/+1
2016-01-08Added some entity tests in Markdown reader tests.John MacFarlane1-0/+9
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2-0/+2
Issue submitted at tagsoup.
2016-01-08Entity handling fixes:John MacFarlane2-3/+10
- Text.Pandoc.XML.fromEntities: handle entities without a semicolon. Always lookup character references with the trailing ';', even if it wasn't present. And never add it when looking up numerical entities. (This is what tagsoup seems to require.) - Text.Pandoc.Parsing.characterReference: Always lookup character references with the trailing ';', and leave off the ';' when looking up numerical entities. This fixes a regression for e.g. `&lang;`.
2016-01-07Merge pull request #2632 from matt-e/fix-stack-buildJohn MacFarlane2-2/+2
Fix typo in stack build files
2016-01-07Update stack.yamlMatthew Eddey1-1/+1
Another typo?
2016-01-07Update stack.full.yamlMatthew Eddey1-1/+1
2016-01-07stack.yaml - use older aeson to avoid excessive memory use on compile.John MacFarlane2-0/+4
2016-01-07deb/stack.yaml - use older aeson to avoid excessive memory use in compile.John MacFarlane1-1/+3
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
2016-01-07deb/Makefile - make DEBPKGVER work.John MacFarlane1-1/+1
2016-01-07debpkg - back to lts-3.20.John MacFarlane1-1/+1
We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10.