summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
* MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane2014-04-01
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-04-01
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Converted HTML reader to use builder. Fixes #1162.Matthew Pickering2014-04-01
* Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering2014-04-01
* Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* Markdown writer: Use longer backtick fences if needed.John MacFarlane2014-03-30
* LaTeX reader: Better handling of figure and table with caption.John MacFarlane2014-03-25
* Parsing: Added stateCaption.John MacFarlane2014-03-25
* Revert "LaTeX reader: Added LPState."John MacFarlane2014-03-25
* LaTeX reader: Added LPState.John MacFarlane2014-03-25
* Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2014-03-25
* Whitespace change, and note:John MacFarlane2014-03-25
* API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2014-03-25
* LaTeX reader: Better handling of "table" environment.John MacFarlane2014-03-25
* RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2014-03-24
* Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane2014-03-24
|\
| * MediaWiki reader: Accept image links in more languagesJaime Marquínez Ferrándiz2013-11-24
* | Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane2014-03-24
* | Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane2014-03-24
* | PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2014-03-19
* | 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