aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-23Org reader: generalize code block result parsingAlbert Krewinkel1-3/+3
2015-05-23Reorder block arguments parsing codeAlbert Krewinkel1-13/+18
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane1-0/+2
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane1-0/+8
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane2-12/+26
2015-05-13HTML reader: Support base tag.John MacFarlane1-7/+28
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane1-1/+2
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-05-11HTML reader: Fixed detection of self-closing tags.John MacFarlane2-3/+3
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane1-22/+26
2015-05-09Improved warnings when image size can't be determined.John MacFarlane3-5/+13
2015-05-09ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane1-2/+13
2015-05-09ImageSize: make jpeg header parsing routines return Either.John MacFarlane1-29/+34
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane4-16/+22
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-05UTF8: Better handling of bare CRs in input files.John MacFarlane1-2/+8
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+1
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-05-01SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane1-7/+11
2015-04-29Added woff2 to MIME typesAlfred Wechselberger1-0/+1
2015-04-29HTML reader: Allow multiple colgroups in table.John MacFarlane1-1/+1
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-1/+1
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane48-95/+95
2015-04-26Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov1-33/+29
2015-04-22LaTeX reader: recognize `\newpage` as a block command.John MacFarlane1-0/+1
2015-04-21Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane1-7/+8
2015-04-19Rewrote charsInBalancedBrackets.John MacFarlane1-12/+15
2015-04-20MD Reader: Fix links/footnotets after citationsNikolay Yakimov1-2/+16
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane4-575/+627
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+3
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane1-2/+4
2015-04-17More principled fix for #1820.John MacFarlane1-5/+7
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-3/+3
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-1/+1
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane1-7/+36
2015-04-17Merge pull request #2092 from lierdakil/issue1909John MacFarlane2-2/+8
2015-04-17Fixed `htmlTag` in HTML reader.John MacFarlane1-1/+1
2015-04-18MD Reader: Smart `'` after inline mathNikolay Yakimov2-2/+8
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov1-7/+29
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov1-1/+15
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov1-1/+8