summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
...
* | | Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane2015-11-08
|\ \ \
| * | | Org reader: fix markup parsing in headersAlbert Krewinkel2015-11-08
| |/ /
* / / Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
|/ /
* | LaTeX writer: properly handle footnotes in captions.John MacFarlane2015-11-01
* | LaTeX writer: avoid footnotes in list of figures.John MacFarlane2015-11-01
* | Pipe tables with long lines now get relative cell widths.John MacFarlane2015-10-30
* | HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane2015-10-30
* | Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane2015-10-30
* | Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane2015-10-28
* | LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28
* | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane2015-10-27
* | Markdown reader: improved parser for `mmd_title_block`.John MacFarlane2015-10-26
* | Added de-CH-1901, fixed el-polytonnickbart19802015-10-26
* | Merge pull request #2481 from mb21/textarabicJohn MacFarlane2015-10-25
|\ \
| * | LaTeX writer: \textarabic fixmb212015-10-25
* | | Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane2015-10-25
|\ \ \ | |/ / |/| |
| * | Org reader: allow toggling header argsAlbert Krewinkel2015-10-25
* | | Org reader: fix paragraph/list interactionAlbert Krewinkel2015-10-24
|/ /
* | Fixed over-eager raw HTML inline parsing.John MacFarlane2015-10-22
* | Avoid compiler warning for unused identifier.John MacFarlane2015-10-22
* | Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane2015-10-22
* | Textile writer: support start number in ordered lists.John MacFarlane2015-10-22
* | Allow use of ConTeXt to generate PDFs.John MacFarlane2015-10-20
* | LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212015-10-18
* | Text.Pandoc.Data: store paths in dataFiles using posix separators.John MacFarlane2015-10-17
* | Remove compiler warning with embed_data_files.John MacFarlane2015-10-17
* | LaTeX reader: fixed longtable support.John MacFarlane2015-10-15
* | Support all frame attributes in Beamer.John MacFarlane2015-10-15
* | Use unicode super/subscripts for digits in plain output.John MacFarlane2015-10-15
* | More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane2015-10-13
* | epub with `--webtex`: include image file rather than data: URI.John MacFarlane2015-10-13
* | RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* | Revert "RST writer: tweaks to header normalization."John MacFarlane2015-10-12
* | RST writer: tweaks to header normalization.John MacFarlane2015-10-12
* | Removed unnecessary import.John MacFarlane2015-10-11
* | Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* | Define Typeable and Exception instances for PandocError.John MacFarlane2015-10-11
* | HTML reader/writer: better handling of "section" elements.John MacFarlane2015-10-11
* | Native writer: format Div properly, with blocks separated.John MacFarlane2015-10-11
* | Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane2015-10-10
|\ \
| * | Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe2015-09-24
| * | Added proper support for DocBook 'xref' elementsFrerich Raabe2015-09-24
| * | Pass the parsed DocBook content along the state of readDocBookFrerich Raabe2015-09-23
| * | Minor refactoring to readDocBookFrerich Raabe2015-09-23
* | | Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane2015-10-10
|\ \ \
| * | | Change variable to polyglossia-lang.name and .optionsmb212015-10-07
* | | | Re-export pandocVersions from Text.Pandoc.John MacFarlane2015-10-10
* | | | Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane2015-10-10
|\ \ \ \