aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-10PDF: Use / as path separators in latex input onlyTim Lin1-12/+15
2014-03-10PDF: Use / as path separators in tempdir on Windows.John MacFarlane1-3/+11
2014-03-09PDF: Use / as path separators even on Windows.John MacFarlane1-2/+3
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane1-5/+10
2014-03-05SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane1-8/+10
2014-03-05Templates: YAML objects resolve to "true" in conditionals.John MacFarlane1-0/+1
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2-0/+528
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel2-0/+555
2014-02-28InDesign ICML Writermb212-0/+528
2014-02-26Markdown reader: Improved parsing of nested divs.John MacFarlane1-0/+2
2014-02-26Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane1-6/+13
2014-02-26Markdown reader: small efficiency improvement.John MacFarlane1-1/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2-1/+13
2014-02-23PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane1-1/+6
2014-02-21Fixed bug in reference link parsing in markdown_mmd.John MacFarlane1-1/+1
2014-02-19Make rst figures true figures. Closes #1168.John MacFarlane1-1/+1
2014-02-17Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane1-1/+1
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-02-15Clarified field values in RstCustomRoles.Merijn Verstraaten1-0/+4
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten2-10/+83
2014-02-09Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman30-378/+1424
2014-02-08Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman1-1/+1
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-02-04Slight code reorganization in endline.John MacFarlane1-5/+3
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane1-4/+5
2014-01-22Fixed mediawiki ordered list parsing.John MacFarlane1-10/+15
2014-01-20HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane1-2/+2
2014-01-16Merge pull request #974 from merijn/masterJohn MacFarlane1-6/+17
2014-01-14Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane1-3/+6
2014-01-09Minor improvement to exif parser.John MacFarlane1-2/+2
2014-01-09Markdown parser: be more permissive about citation keys.John MacFarlane1-3/+4
2014-01-09Better exif parsing, including image resolution.John MacFarlane1-15/+210
2014-01-08Text.Pandoc.ImageSize: Parse EXIF format JPGs.John MacFarlane1-6/+28
2014-01-08fetchItem: Handle image URLs beginning with '//'.John MacFarlane1-4/+9
2014-01-07Markdown reader: Allow hard line breaks in table cells.John MacFarlane1-3/+3
2014-01-07Added wmf and emf mime types.John MacFarlane1-0/+2
2014-01-07Fixed small regression in docx writer.John MacFarlane1-3/+6
2014-01-06EPUB writer: Strip out footnotes from toc entries.John MacFarlane1-5/+6
2014-01-06EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane1-1/+7
2014-01-06HTML writer: Omit footnotes from TOC entries.John MacFarlane1-1/+3
2014-01-02RST writer: Ensure no blank line after def in definition list.John MacFarlane1-1/+1
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane1-1/+10
2014-01-02HTML writer: With --toc, headers no longer link to themselves.John MacFarlane1-15/+8
2014-01-02Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2-9/+3
2014-01-02ODT writer: Use mathml for proper rendering of formulas.John MacFarlane1-8/+42
2014-01-02OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane1-6/+10
2014-01-02Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2-25/+29
2014-01-01HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane1-1/+10
2014-01-01Docx writer: Fixed problem with some modified reference docx files.John MacFarlane1-2/+7