summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane2015-11-23
* AsciiDoc writer: Fixed code blocks.John MacFarlane2015-11-23
* Define a `meta-json` variable for all writers.John MacFarlane2015-11-23
* Docx Reader: Remove DummyListItem typeJesse Rosenthal2015-11-23
* hlint fixesJohn MacFarlane2015-11-22
* hlint fixesJohn MacFarlane2015-11-22
* hlint changesJohn MacFarlane2015-11-22
* hlint fixes.John MacFarlane2015-11-22
* hlint fixes.John MacFarlane2015-11-22
* ImageSize: use safeRead instead of readMaybe.John MacFarlane2015-11-21
* Renamed link attribute extensions.John MacFarlane2015-11-19
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
| * ICML writer: changed type of `writeICML`.John MacFarlane2015-08-05
| * ICML writer: Add Cite style to citations.John MacFarlane2015-08-05
| * PDF: Modified for new image size attributes parameter.John MacFarlane2015-08-05
| * Parsing: Add `extractIdClass`, modified type of `KeyTable`.John MacFarlane2015-08-05
| * ImageSize: Added functions for converting between image dimensions.John MacFarlane2015-08-05
| * Text.Pandoc.Options: modifications for image attributes.John MacFarlane2015-07-27
| * Pretty: comment fix (mb21).John MacFarlane2015-07-25
* | Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane2015-11-19
|\ \
| * | Interpret pauses correctly for all headersmichaelbeaumont2015-11-15
* | | Merge pull request #2506 from adunning/patch-1John MacFarlane2015-11-19
|\ \ \
| * | | Remove redundant `center` variable for reveal.js.Andrew Dunning2015-11-09
* | | | Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane2015-11-19
* | | | Docx reader: Clean up commented-out functionJesse Rosenthal2015-11-18
* | | | Docx reader: Handle dummy list items.Jesse Rosenthal2015-11-18
* | | | Haddock writer: omit formatting inside links.John MacFarlane2015-11-16
* | | | Textile reader: skip over attribute in image source.John MacFarlane2015-11-16
* | | | ICML writer: better handling of math.John MacFarlane2015-11-16
* | | | HTML writer: Include `example` class for example lists.John MacFarlane2015-11-16
* | | | Docx writer: insert space between footnote ref and footnote.John MacFarlane2015-11-15
* | | | Derive Generic instances for types in Text.Pandoc.Options.John MacFarlane2015-11-14
* | | | Allow more customization of opendocument styles.John MacFarlane2015-11-14
| |/ / |/| |
* | | Follow relationships correctly in foot/endnotes.Jesse Rosenthal2015-11-14
* | | Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane2015-11-13
* | | Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane2015-11-13
|\ \ \
| * | | Org reader: Require whitespace around def list markersAlbert Krewinkel2015-11-13
* | | | Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane2015-11-13
|\ \ \ \
| * | | | Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel2015-11-13
| |/ / /
* | | | Added `emoji` extension to Markdown.John MacFarlane2015-11-13
* | | | Allow `://` in citation keys.John MacFarlane2015-11-13
|/ / /
* | | EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane2015-11-12
* | | LaTeX writer: set `colorlinks`...John MacFarlane2015-11-12
* | | Fixed shadowing error.John MacFarlane2015-11-09
* | | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
|/ /
* | Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane2015-11-08
|\ \
| * | LaTeX reader: Handle `comment` environment.ARATA Mizuki2015-11-08