aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-08Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane1-1/+2
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane1-1/+1
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane81-7/+86
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-1/+1
2015-11-08LaTeX reader: Handle `comment` environment.ARATA Mizuki1-1/+2
2015-11-01LaTeX writer: properly handle footnotes in captions.John MacFarlane1-15/+18
2015-11-01LaTeX writer: avoid footnotes in list of figures.John MacFarlane1-1/+14
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane1-13/+20
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane1-2/+9
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-3/+4
2015-10-28Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane1-1/+1
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-17/+9
2015-10-26Markdown reader: improved parser for `mmd_title_block`.John MacFarlane1-9/+8
2015-10-26Added de-CH-1901, fixed el-polytonnickbart19801-2/+3
2015-10-25Merge pull request #2481 from mb21/textarabicJohn MacFarlane1-1/+1
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane1-4/+16
2015-10-25LaTeX writer: \textarabic fixmb211-1/+1
2015-10-25Org reader: allow toggling header argsAlbert Krewinkel1-4/+16
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel1-6/+29
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane1-0/+1
2015-10-22Avoid compiler warning for unused identifier.John MacFarlane1-1/+1
2015-10-22Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane5-43/+42
2015-10-22Textile writer: support start number in ordered lists.John MacFarlane1-7/+18
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane1-2/+64
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212-32/+110
2015-10-17Text.Pandoc.Data: store paths in dataFiles using posix separators.John MacFarlane1-1/+9
2015-10-17Remove compiler warning with embed_data_files.John MacFarlane1-1/+1
2015-10-15LaTeX reader: fixed longtable support.John MacFarlane1-1/+1
2015-10-15Support all frame attributes in Beamer.John MacFarlane1-2/+5
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-3/+14
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane7-21/+37
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane48-96/+13
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane1-1/+1
2015-10-13epub with `--webtex`: include image file rather than data: URI.John MacFarlane1-12/+8