summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane
2015-12-12Fixed cite key parsing regression.John MacFarlane
2015-12-12FB2 writer: support SoftBreak.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-12-11Markdown reader: parse soft break as SoftBreak.John MacFarlane
2015-12-04Fixed Emoji character definitions.John MacFarlane
2015-12-03Markdown reader: Improved pipe table relative widths.John MacFarlane
2015-12-03Add support to GAPRaniere Silva
2015-12-03Textile Reader: image attributesmb21
2015-12-02Parse CSS that doesn't contain the optional semicolonmb21
2015-12-01Docx writer: better handling of PDF images.John MacFarlane
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane
2015-11-24Allow pipe tables with no body rows.John MacFarlane
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane
2015-11-24Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal
2015-11-22hlint fixesJohn MacFarlane
2015-11-22hlint fixesJohn MacFarlane
2015-11-22hlint changesJohn MacFarlane
2015-11-22hlint fixes.John MacFarlane
2015-11-22hlint fixes.John MacFarlane
2015-11-21ImageSize: use safeRead instead of readMaybe.John MacFarlane
2015-11-19Renamed link attribute extensions.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane
2015-11-18Docx reader: Clean up commented-out functionJesse Rosenthal
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal
2015-11-16Haddock writer: omit formatting inside links.John MacFarlane
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane
2015-11-16ICML writer: better handling of math.John MacFarlane
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane
2015-11-15Docx writer: insert space between footnote ref and footnote.John MacFarlane
2015-11-14Derive Generic instances for types in Text.Pandoc.Options.John MacFarlane
2015-11-14Allow more customization of opendocument styles.John MacFarlane
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont
2015-11-14Follow relationships correctly in foot/endnotes.Jesse Rosenthal
2015-11-13Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane