Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-13 | Added explanation of 'nocite' trick. | John MacFarlane | 1 | -0/+15 | |
2014-02-07 | Merge pull request #1143 from merijn/master | John MacFarlane | 1 | -2/+1 | |
Removed Monoid datatype context from RenderState. | |||||
2014-02-06 | Removed RenderState datatype context. | Merijn Verstraaten | 1 | -2/+1 | |
Reasoning: - It's not Haskell2010 - It breaks some tools - Doesn't actually do anything - RenderState doesn't even have a Monoid instance | |||||
2014-02-04 | Slight code reorganization in endline. | John MacFarlane | 1 | -5/+3 | |
2014-02-03 | Version bump to 1.12.3.3. | John MacFarlane | 2 | -1/+6 | |
No changes to source: just to regenerate tarball with latest alex, happy, to satisfy GHC 7.8. | |||||
2014-02-03 | Version bump to 1.12.3.2. | John MacFarlane | 1 | -1/+1 | |
2014-02-03 | Updated changelog. | John MacFarlane | 1 | -0/+14 | |
2014-01-27 | Bumped version bounds for blaze-html, blaze-markup. | John MacFarlane | 1 | -2/+2 | |
2014-01-24 | ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6. | John MacFarlane | 1 | -4/+5 | |
Closes #1124. | |||||
2014-01-22 | Fixed mediawiki ordered list parsing. | John MacFarlane | 2 | -12/+17 | |
Closes #1122. | |||||
2014-01-20 | HTML reader: Fixed bug reading inline math with `$$`. | John MacFarlane | 1 | -2/+2 | |
See #225. | |||||
2014-01-16 | Merge pull request #974 from merijn/master | John MacFarlane | 1 | -6/+17 | |
Added support for LaTeX style literate Haskell code blocks in rST. | |||||
2014-01-14 | Allow binary 0.5. Version bump to 1.12.3.1. | John MacFarlane | 3 | -5/+12 | |
2014-01-13 | Removed obsolete README note about mmd title blocks. | John MacFarlane | 1 | -4/+3 | |
2014-01-10 | Updated release checklist. | John MacFarlane | 1 | -3/+1 | |
2014-01-10 | Fixed bug in changelog (item was put under wrong release). | John MacFarlane | 1 | -2/+2 | |
2014-01-09 | Require latest texmath, highlighting-kate. | John MacFarlane | 1 | -4/+4 | |
2014-01-09 | Updated changelog. | John MacFarlane | 1 | -0/+11 | |
2014-01-09 | Minor improvement to exif parser. | John MacFarlane | 1 | -2/+2 | |
2014-01-09 | Relaxed version bounds on attoparsec, text, aeson. | John MacFarlane | 1 | -6/+6 | |
2014-01-09 | Markdown parser: be more permissive about citation keys. | John MacFarlane | 1 | -3/+4 | |
Keys may now start with an underscore as well as a letter. Underscores do not count as internal punctuation, but are treated like alphanumerics, so "key:_2008" will work, as it did not before. (This change was necessary to use keys generated by zotero.) Closes #1111, closes #1011. | |||||
2014-01-09 | Better exif parsing, including image resolution. | John MacFarlane | 2 | -16/+212 | |
This introduces a dependency on binary >= 0.6, but we depend on binary >= 0.5 via zip-archive anyway. Closes #976. | |||||
2014-01-08 | Text.Pandoc.ImageSize: Parse EXIF format JPGs. | John MacFarlane | 1 | -6/+28 | |
Note: For now we just assign them all 72 dpi. It wasn't clear to me how to extract the resolution information. At least the aspect ratio will be right, and 72 dpi is the most common setting. Closes #976. | |||||
2014-01-08 | fetchItem: Handle image URLs beginning with '//'. | John MacFarlane | 1 | -4/+9 | |
2014-01-08 | Added README comment on line breaks in cells | John MacFarlane | 1 | -0/+3 | |
2014-01-07 | Updated changelog. | John MacFarlane | 1 | -2/+6 | |
2014-01-07 | Markdown reader: Allow hard line breaks in table cells. | John MacFarlane | 1 | -3/+3 | |
The \-newline form must be used; the two-space+newline form won't work, since in a table cell nearly every line ends with two spaces. | |||||
2014-01-07 | Updated tests for latest texmath. | John MacFarlane | 1 | -1/+1 | |
2014-01-07 | Updated changelog. | John MacFarlane | 1 | -0/+97 | |
2014-01-07 | Added wmf and emf mime types. | John MacFarlane | 1 | -0/+2 | |
2014-01-07 | Fixed small regression in docx writer. | John MacFarlane | 1 | -3/+6 | |
2014-01-06 | Increase upper bound for text. | John MacFarlane | 1 | -3/+2 | |
2014-01-06 | Increase upper bound on process. | John MacFarlane | 1 | -1/+1 | |
2014-01-06 | EPUB writer: Strip out footnotes from toc entries. | John MacFarlane | 1 | -5/+6 | |
2014-01-06 | EPUB writer: Avoid duplicate notes when headings contain notes. | John MacFarlane | 1 | -1/+7 | |
This arose because the headings are copied into the metadata "title" field, and the note gets rendered twice. We strip the note now before putting the heading in "title". | |||||
2014-01-06 | Added note to Interact.hs recommending 'cabal repl'. | John MacFarlane | 1 | -0/+4 | |
Closes #1110. | |||||
2014-01-06 | HTML writer: Omit footnotes from TOC entries. | John MacFarlane | 1 | -1/+3 | |
Otherwise we get doubled footnotes when headers have notes! | |||||
2014-01-05 | Removed references to biblio2yaml in installers. | John MacFarlane | 3 | -4/+1 | |
2014-01-04 | make_osx_package: Don't hardcode jgm, use whoami. | John MacFarlane | 1 | -1/+1 | |
2014-01-03 | The `--bibliography` option now sets the `biblio-files` variable. | John MacFarlane | 1 | -0/+3 | |
So, if you're using `--natbib` or `--biblatex`, you can just use `--bibliography=foo.bib` instead of `-V bibliofiles=foo`. | |||||
2014-01-03 | Documented biblio-files variable | John MacFarlane | 1 | -0/+2 | |
2014-01-02 | Merge pull request #1005 from nougad/consistent_bibliography | John MacFarlane | 1 | -1/+3 | |
Don't add pandoc-citeproc filter if natbib or biblatex is used | |||||
2014-01-02 | RST writer: Ensure no blank line after def in definition list. | John MacFarlane | 1 | -1/+1 | |
Closes #992. | |||||
2014-01-02 | Pretty: Added nestle. API change, minor version bump to 1.12.3. | John MacFarlane | 2 | -2/+11 | |
2014-01-02 | HTML writer: With --toc, headers no longer link to themselves. | John MacFarlane | 1 | -15/+8 | |
Closes #1081. | |||||
2014-01-02 | Use isHeaderBlock from Shared rather than defining it anew... | John MacFarlane | 2 | -9/+3 | |
2014-01-02 | ODT writer: Use mathml for proper rendering of formulas. | John MacFarlane | 1 | -8/+42 | |
Note: LibreOffice's support for this seems a bit buggy. But it should be better than what we had before. | |||||
2014-01-02 | OpenDocument writer: Fixed RawInline, RawBlock so they don't escape. | John MacFarlane | 1 | -6/+10 | |
2014-01-02 | Moved fixDisplayMath from Docx writer to Writer.Shared. | John MacFarlane | 2 | -25/+29 | |
2014-01-02 | reference.odt: Tidied styles.xml. | John MacFarlane | 1 | -0/+0 | |