aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Fixed Emoji character definitions.John MacFarlane1-870/+871
2015-12-03Markdown reader: Improved pipe table relative widths.John MacFarlane1-4/+4
2015-12-03Add support to GAPRaniere Silva1-1/+2
2015-12-03Textile Reader: image attributesmb211-2/+9
2015-12-02Parse CSS that doesn't contain the optional semicolonmb211-1/+1
2015-12-01Docx writer: better handling of PDF images.John MacFarlane1-8/+2
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane1-2/+12
2015-11-24Allow pipe tables with no body rows.John MacFarlane1-2/+3
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane1-14/+13
2015-11-24Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane1-6/+19
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+8
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane1-5/+1
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane1-7/+6
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane2-3/+6
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal2-12/+7
2015-11-22hlint fixesJohn MacFarlane1-1/+1
2015-11-22hlint fixesJohn MacFarlane1-12/+13
2015-11-22hlint changesJohn MacFarlane1-3/+1
2015-11-22hlint fixes.John MacFarlane1-3/+1
2015-11-22hlint fixes.John MacFarlane1-5/+5
2015-11-21ImageSize: use safeRead instead of readMaybe.John MacFarlane1-2/+1
2015-11-19Renamed link attribute extensions.John MacFarlane3-10/+10
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane39-345/+729
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane1-5/+3
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane1-3/+0
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane1-9/+15
2015-11-18Docx reader: Clean up commented-out functionJesse Rosenthal1-7/+0
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal2-6/+15
2015-11-16Haddock writer: omit formatting inside links.John MacFarlane1-2/+2
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane1-0/+1
2015-11-16ICML writer: better handling of math.John MacFarlane1-1/+3
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane1-0/+3
2015-11-15Docx writer: insert space between footnote ref and footnote.John MacFarlane1-2/+2
2015-11-14Derive Generic instances for types in Text.Pandoc.Options.John MacFarlane1-10/+11
2015-11-14Allow more customization of opendocument styles.John MacFarlane1-2/+1
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont1-5/+3
2015-11-14Follow relationships correctly in foot/endnotes.Jesse Rosenthal1-27/+40
2015-11-13Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane1-870/+870
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane1-1/+4
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel1-1/+4
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane1-4/+9
2015-11-13Added `emoji` extension to Markdown.John MacFarlane3-0/+924
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel1-4/+9
2015-11-13Allow `://` in citation keys.John MacFarlane1-1/+2
2015-11-12EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane1-1/+2
2015-11-12LaTeX writer: set `colorlinks`...John MacFarlane1-1/+4
2015-11-09Fixed shadowing error.John MacFarlane1-3/+3
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane20-4/+36
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane81-86/+7
2015-11-09Remove redundant `center` variable for reveal.js.Andrew Dunning1-3/+0