summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | EPUB writer: Handle files linked in raw img tags.John MacFarlane2014-03-14
* | EPUB writer: Handle media in audio source tags.John MacFarlane2014-03-14
* | EPUB writer: Incorporate files linked in <video> tags.John MacFarlane2014-03-14
* | RST writer: Avoid stack overflow with certain tables.John MacFarlane2014-03-14
* | Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane2014-03-12
* | PDF: Use / as path separators in latex input onlyTim Lin2014-03-10
* | PDF: Use / as path separators in tempdir on Windows.John MacFarlane2014-03-10
* | PDF: Use / as path separators even on Windows.John MacFarlane2014-03-09
* | HTML writer: Add colgroup around col tags.John MacFarlane2014-03-05
* | SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane2014-03-05
* | Templates: YAML objects resolve to "true" in conditionals.John MacFarlane2014-03-05
* | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2014-03-04
|\ \
| * | InDesign ICML Writermb212014-02-28
* | | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* | | Markdown reader: Improved parsing of nested divs.John MacFarlane2014-02-26
* | | Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane2014-02-26
* | | Markdown reader: small efficiency improvement.John MacFarlane2014-02-26
* | | Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
* | | PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane2014-02-23
* | | Fixed bug in reference link parsing in markdown_mmd.John MacFarlane2014-02-21
* | | Make rst figures true figures. Closes #1168.John MacFarlane2014-02-19
* | | Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane2014-02-17
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman2014-02-09
| |\ \ \
| * | | | Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman2014-02-08
* | | | | HTML writer: Fixed bug with unnumbered section headings.John MacFarlane2014-02-17
* | | | | Clarified field values in RstCustomRoles.Merijn Verstraaten2014-02-15
* | | | | Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
| |/ / / |/| | |
* | | | Removed RenderState datatype context.Merijn Verstraaten2014-02-06
* | | | Slight code reorganization in endline.John MacFarlane2014-02-04
* | | | ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane2014-01-24
* | | | Fixed mediawiki ordered list parsing.John MacFarlane2014-01-22
* | | | HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane2014-01-20
* | | | Merge pull request #974 from merijn/masterJohn MacFarlane2014-01-16
|\ \ \ \
| * | | | Added support for LaTeX style literate Haskell code blocks in rST.Merijn Verstraaten2013-09-07
* | | | | Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane2014-01-14
* | | | | Minor improvement to exif parser.John MacFarlane2014-01-09
* | | | | Markdown parser: be more permissive about citation keys.John MacFarlane2014-01-09
* | | | | Better exif parsing, including image resolution.John MacFarlane2014-01-09
* | | | | Text.Pandoc.ImageSize: Parse EXIF format JPGs.John MacFarlane2014-01-08
* | | | | fetchItem: Handle image URLs beginning with '//'.John MacFarlane2014-01-08
* | | | | Markdown reader: Allow hard line breaks in table cells.John MacFarlane2014-01-07
* | | | | Added wmf and emf mime types.John MacFarlane2014-01-07
* | | | | Fixed small regression in docx writer.John MacFarlane2014-01-07
* | | | | EPUB writer: Strip out footnotes from toc entries.John MacFarlane2014-01-06
* | | | | EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane2014-01-06
* | | | | HTML writer: Omit footnotes from TOC entries.John MacFarlane2014-01-06
* | | | | RST writer: Ensure no blank line after def in definition list.John MacFarlane2014-01-02
* | | | | Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane2014-01-02
* | | | | HTML writer: With --toc, headers no longer link to themselves.John MacFarlane2014-01-02
* | | | | Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2014-01-02