summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Docx reader: Add tests for adjacent hyperlinks.Jesse Rosenthal2016-02-02
|
* Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal2016-02-02
| | | | | | | We want to make sure that links have their spaces removed, and are appropriately smushed together. This closes #2689
* LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane2016-01-31
| | | | | | | | | | 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.
* HTML reader: handle multiple meta tags with same name.John MacFarlane2016-01-29
| | | | | | Put them in a list in the metadata so they are all preserved, rather than (as before) throwing out all but one..
* Properly handle LaTeX "math" environment as inline math.John MacFarlane2016-01-29
| | | | See #2171.
* Merge pull request #2681 from pra85/patch-1John MacFarlane2016-01-26
|\ | | | | Update license year range to 2016
| * Update license year range to 2016Prayag Verma2016-01-26
|/
* Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane2016-01-25
| | | | Closes #2674.
* Make language extensions trigger highlighting.John MacFarlane2016-01-24
| | | | | For example, `py` will now work as well as `python`. Closes jgm/highlighting-kate#83.
* stack.yaml - use cmark 0.5.1.John MacFarlane2016-01-22
|
* Bump version to 1.17.John MacFarlane2016-01-22
| | | | API change in type of Text.Pandoc.Shared.uniqueIdent.
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
| | | | | | | This avoids performance problems in documents with many identically named headers. Closes #2671.
* Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane2016-01-21
|
* Added TEI to description and default.tei to data files.John MacFarlane2016-01-21
|
* Added default.tei TEI templateJohn MacFarlane2016-01-21
|
* Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane2016-01-21
|\ | | | | Add TEI Writer.
| * Added some entity tests in Markdown reader tests.John MacFarlane2016-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add TEI Writer.csforste2016-01-19
| |
* | Adjusted longtable in tests.John MacFarlane2016-01-20
| | | | | | | | New default is not to include `[c]` option.
* | Merge pull request #2665 from monofon/fix/table-alignmentJohn MacFarlane2016-01-20
|\ \ | |/ |/| LaTeX writer: Allow more flexible table alignment
| * LaTeX writer: Allow more flexible table alignmentHenrik Tramberend2016-01-20
|/
* HTML writer: harmless code simplification.John MacFarlane2016-01-14
| | | | | Since the 'math' is only put into the template if stMath is set anyway, there's no need for this conditional.
* make_osx_package.sh: Use env variable for developer id certs.John MacFarlane2016-01-14
|
* Org writer - pass through RawInline with format "org".John MacFarlane2016-01-13
|
* Updated man page.John MacFarlane2016-01-13
|
* Updated README date.John MacFarlane2016-01-13
|
* Version to 1.16.0.2, updated changelog.John MacFarlane2016-01-12
|
* Depend on deepseq rather than deepseq-generics.John MacFarlane2016-01-11
| | | | See fpco/stackage#1096.
* Fixed regression in latex smart quote parsing.John MacFarlane2016-01-11
| | | | | | | 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.
* Release checklist: added note on regenerating Hackage docs.John MacFarlane2016-01-10
|
* Regenerated man page.John MacFarlane2016-01-10
|
* README - changed date.John MacFarlane2016-01-10
|
* osx package fixes: correct version, allow installation to any drive.John MacFarlane2016-01-10
|
* Fixed typo in deb/stack.yaml.John MacFarlane2016-01-09
|
* Updated stack.yaml.John MacFarlane2016-01-09
|
* Updated changelog.John MacFarlane2016-01-09
|
* Version bump to 1.16.0.1John MacFarlane2016-01-09
|
* LaTeX writer: restore old treatment of Span.John MacFarlane2016-01-09
| | | | | | A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624.
* Fixed shadowing warning.John MacFarlane2016-01-08
|
* Added some entity tests in Markdown reader tests.John MacFarlane2016-01-08
|
* Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2016-01-08
| | | | Issue submitted at tagsoup.
* Entity handling fixes:John MacFarlane2016-01-08
| | | | | | | | | | | | | - 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;`.
* Merge pull request #2632 from matt-e/fix-stack-buildJohn MacFarlane2016-01-07
|\ | | | | Fix typo in stack build files
| * Update stack.yamlMatthew Eddey2016-01-07
| | | | | | Another typo?
| * Update stack.full.yamlMatthew Eddey2016-01-07
|/
* stack.yaml - use older aeson to avoid excessive memory use on compile.John MacFarlane2016-01-07
|
* deb/stack.yaml - use older aeson to avoid excessive memory use in compile.John MacFarlane2016-01-07
| | | | | With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
* deb/Makefile - make DEBPKGVER work.John MacFarlane2016-01-07
|
* debpkg - back to lts-3.20.John MacFarlane2016-01-07
| | | | | We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10.
* More deb packaging tweaks.John MacFarlane2016-01-07
|