summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-11-13Added `emoji` extension to Markdown.John MacFarlane
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel
2015-11-13Allow `://` in citation keys.John MacFarlane
2015-11-12EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane
2015-11-12LaTeX writer: set `colorlinks`...John MacFarlane
2015-11-09Fixed shadowing error.John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-09Remove redundant `center` variable for reveal.js.Andrew Dunning
2015-11-08Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel
2015-11-08LaTeX reader: Handle `comment` environment.ARATA Mizuki
2015-11-01LaTeX writer: properly handle footnotes in captions.John MacFarlane
2015-11-01LaTeX writer: avoid footnotes in list of figures.John MacFarlane
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane
2015-10-28Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane
2015-10-26Markdown reader: improved parser for `mmd_title_block`.John MacFarlane
2015-10-26Added de-CH-1901, fixed el-polytonnickbart1980
2015-10-25Merge pull request #2481 from mb21/textarabicJohn MacFarlane
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane