summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* HTML reader: Support base tag.John MacFarlane2015-05-13
* Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane2015-05-13
* EPUB writer: Properly handle image URLs without an extension.John MacFarlane2015-05-13
* Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* Don't use sup element for epub footnotes.John MacFarlane2015-05-11
* HTML reader: Fixed detection of self-closing tags.John MacFarlane2015-05-11
* ImageSize: fixed some exif parsing bugs.John MacFarlane2015-05-10
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane2015-05-09
* ImageSize: make jpeg header parsing routines return Either.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
* EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
* Deal with deprecation warning in Custom.John MacFarlane2015-05-05
* UTF8: Better handling of bare CRs in input files.John MacFarlane2015-05-05
* SelfContained: properly handle data URIs in css urls.John MacFarlane2015-05-04
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane2015-05-02
* EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane2015-05-01
* SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane2015-05-01
* Added woff2 to MIME typesAlfred Wechselberger2015-04-29
* HTML reader: Allow multiple colgroups in table.John MacFarlane2015-04-29
* EPUB writer: Remove linear=no from cover itemref.John MacFarlane2015-04-26
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* Merge pull request #2112 from lierdakil/issue2101John MacFarlane2015-04-26
|\
| * Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov2015-04-26
* | Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|/
* LaTeX reader: recognize `\newpage` as a block command.John MacFarlane2015-04-22
* Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane2015-04-21
* Rewrote charsInBalancedBrackets.John MacFarlane2015-04-19
* MD Reader: Fix links/footnotets after citationsNikolay Yakimov2015-04-20
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* More principled fix for #1820.John MacFarlane2015-04-17
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane2015-04-17
|\ \
| * | Allow digit as first character of a citation key.Matthias C. M. Troffaes2015-02-18
* | | Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane2015-04-17
|\ \ \
| * | | RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov2015-04-16
| * | | RST Writer: Normalize headings to sequential levelsNikolay Yakimov2015-04-13
* | | | Merge pull request #2092 from lierdakil/issue1909John MacFarlane2015-04-17
|\ \ \ \
| * | | | MD Reader: Smart `'` after inline mathNikolay Yakimov2015-04-18
* | | | | Fixed `htmlTag` in HTML reader.John MacFarlane2015-04-17
|/ / / /
* / / / Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov2015-04-14
|/ / /
* | | Fixed warning.John MacFarlane2015-04-12
* | | Fixed toc depth in RST writer.John MacFarlane2015-04-12
* | | Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane2015-04-12
|\ \ \