summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* reveal.js: don't change slide title to level 1 header.John MacFarlane2016-10-25
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Tighten up parsing of raw email addresses.John MacFarlane2016-10-23
* fix example in documentation (#3176)Thomas Weißschuh2016-10-23
* ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg2016-10-23
* Added `angle_brackets_escapable` extension.John MacFarlane2016-10-22
* EPUB reader: don't add root path to data: URIs.John MacFarlane2016-10-22
* Merge pull request #3108 from tarleb/partJohn MacFarlane2016-10-19
|\
| * Add option for top-level division typeAlbert Krewinkel2016-10-19
| * TEI writer: remove heuristic to detect book templateAlbert Krewinkel2016-09-13
| * Add --parts command line option to LaTeX writer.Oliver Matthews2016-09-06
* | Image with a caption needs special formattingHubert Plociniczak2016-10-19
|/
* Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane2016-10-18
|\
| * Issue 3143: Don't duplicate text for anchorsHubert Plociniczak2016-10-18
* | Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\ \
| * | Use bind function instead of pattern matchingHubert Plociniczak2016-10-17
| * | Minor refactoringHubert Plociniczak2016-10-17
| * | Infer caption from the text following the imgHubert Plociniczak2016-10-17
| * | Basic support for images in ODT documentsHubert Plociniczak2016-10-12
| |/
* | Better fix for the problem with ghc 7.8.John MacFarlane2016-10-18
* | Try to fix build error on ghc 7.8.John MacFarlane2016-10-18
* | Org writer: drop space before footnote markersAlbert Krewinkel2016-10-17
* | RST reader: skip whitespace before note.Jesse Rosenthal2016-10-17
* | Org reader: allow figure with empty captionAlbert Krewinkel2016-10-14
* | Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-valueJohn MacFarlane2016-10-14
|\ \
| * | Added tests and a corner case for starting numberHubert Plociniczak2016-10-14
| * | [ODT Parser] Include list's starting valueHubert Plociniczak2016-10-12
| |/
* | Markdown writer: Abstract out note/ref function.Jesse Rosenthal2016-10-13
* | Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2016-10-13
* | Revert "Remove http-client CPP conditionals."John MacFarlane2016-10-13
* | Allow empty lines when parsing line blocksAlbert Krewinkel2016-10-13
* | Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* | Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* | Shared: add function combining lines using LineBreakAlbert Krewinkel2016-10-13
|/
* Merge pull request #3159 from jkr/refsJohn MacFarlane2016-10-12
|\
| * Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal2016-10-11
| * Add ReaderT monad for environment variables.Jesse Rosenthal2016-10-11
| * Options: Add references location.Jesse Rosenthal2016-10-11
* | Org reader: trim verse lines properlyAlbert Krewinkel2016-10-10
|/
* More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane2016-10-10
* removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung2016-10-09
* Docx writer: Move one more env var to Reader monadJesse Rosenthal2016-10-05
* Docx writer: code legibility fixups.Jesse Rosenthal2016-10-05
* Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal2016-10-04
* Docx writer: move a couple more vars to ReaderTJesse Rosenthal2016-10-04
* Clean up commented-out codeJesse Rosenthal2016-10-03
* Remove bool on setRTL.Jesse Rosenthal2016-10-03
* Filter text/para props correctly.Jesse Rosenthal2016-10-03
* Add a boolean flag to the setRTL function.Jesse Rosenthal2016-10-03