aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Org reader: Fix parsing of nested inlinesAlbert Krewinkel2-7/+24
2014-04-05Org reader: Use specialized org parser stateAlbert Krewinkel1-7/+41
2014-04-05Org reader: Slight cleaning of table parsing codeAlbert Krewinkel1-33/+35
2014-04-04DocBook reader: Better treatment of formalpara.John MacFarlane1-3/+3
2014-04-04DocBook template: use authorgroup if there are authors.John MacFarlane1-7/+5
2014-04-04DocBook reader/writer tests: use "authorgroup".John MacFarlane2-16/+20
2014-04-04DocBook reader: set metadata "author" not "authors"John MacFarlane1-1/+1
2014-04-04Removed trailing whitespace.John MacFarlane1-15/+15
2014-04-04DocBook reader: set "author" not "authors".John MacFarlane1-3/+3
2014-04-04Added recognition of authorgroup element and releaseinfo element to DocBook r...Matthew Pickering1-9/+16
2014-04-04Converted current meta information parsing in DocBook to a more extensible ve...Matthew Pickering1-34/+48
2014-04-04LaTeX writer: handle line breaks in simple table cells.John MacFarlane1-1/+20
2014-04-04Merge pull request #1216 from trofi/masterJohn MacFarlane1-1/+1
2014-04-04Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane1-2/+1
2014-04-04pandoc.cabal: allow QuickCheck-2.7Sergei Trofimovich1-1/+1
2014-04-04Added caption package to default beamer template. Closes #1200.John MacFarlane1-7/+6
2014-04-04Custom writer: read lua script as UTF-8.John MacFarlane1-1/+2
2014-04-01MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane3-1/+9
2014-04-01Added HTML reader tests for empty strong, emph.John MacFarlane2-0/+2
2014-04-01HTML reader: idiomatic rewriting for clarity.John MacFarlane1-5/+4
2014-04-01Merge pull request #1207 from mpickering/htmlinlinesJohn MacFarlane10-391/+446
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering5-124/+132
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering4-27/+24
2014-04-01Converted HTML reader to use builder. Fixes #1162.Matthew Pickering1-109/+126
2014-04-01Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering1-134/+167
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane1-1/+5
2014-03-25LaTeX reader: Better handling of figure and table with caption.John MacFarlane1-11/+34
2014-03-25Parsing: Added stateCaption.John MacFarlane1-1/+2
2014-03-25Revert "LaTeX reader: Added LPState."John MacFarlane1-18/+0
2014-03-25LaTeX reader: Added LPState.John MacFarlane1-0/+18
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2-30/+24
2014-03-25Whitespace change, and note:John MacFarlane1-0/+1
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2-39/+47
2014-03-25LaTeX reader: Better handling of "table" environment.John MacFarlane1-0/+1
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2-93/+93
2014-03-24Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane3-1/+8
2014-03-24Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane1-2/+2
2014-03-24Fixed typo in READMEJohn MacFarlane1-1/+1
2014-03-24Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane1-1/+1
2014-03-19beamer template: changes for better unicode handling.John MacFarlane1-7/+7
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2-4/+6
2014-03-18Remove Makefile.John MacFarlane1-51/+0
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane2-10/+47
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-10Merge pull request #1190 from eVITAERC/patch/1151-windows-texliveJohn MacFarlane1-12/+15
2014-03-10PDF: Use / as path separators in latex input onlyTim Lin1-12/+15