Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | ConTeXt writer: fix whitespace at line beginning in line blocks. | John MacFarlane | 1 | -1/+11 |
2015-12-22 | ConTeXt writer: set default layout based on margin-left, etc. | John MacFarlane | 1 | -0/+10 |
2015-12-19 | Fix language code for Czech (cs not cz) | John MacFarlane | 1 | -1/+0 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+7 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -9/+32 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-18 | LaTeX and ConTeXt writers: support lang attribute on divs and spans | mb21 | 1 | -16/+27 |
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 1 | -9/+24 |
2015-08-20 | `lang` variable is now in BCP47 format | mb21 | 1 | -4/+36 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -5/+4 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -7/+31 |
2015-07-01 | ConTeXt: use `\goto` for internal links. | John MacFarlane | 1 | -7/+2 |
2015-07-01 | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space. | John MacFarlane | 1 | -2/+2 |
2015-05-28 | ConTeXt writer: Add reference anchors to Div with ids. | John MacFarlane | 1 | -1/+7 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha... | Mark Wright | 1 | -1/+1 |
2014-09-18 | ConTeXt writer: add function toLabel | Mark Szepieniec | 1 | -7/+17 |
2014-08-12 | ConTeXt writer: improved autolink detection. | John MacFarlane | 1 | -1/+1 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-30 | ConTeXt writer: Improved autolinks. | John MacFarlane | 1 | -11/+5 |
2013-11-30 | ConTeXt writer: Don't hardcode figure/table placement. | John MacFarlane | 1 | -4/+4 |
2013-11-22 | ConTeXt writer: Use setupcaption to separate style from content. | John MacFarlane | 1 | -1/+1 |
2013-08-10 | Use query instead of queryWith. | John MacFarlane | 1 | -2/+2 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+2 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -2/+2 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -2/+2 |
2013-06-28 | ConTeXt writer: Properly handle tables without captions. | John MacFarlane | 1 | -2/+4 |
2013-06-27 | Writers: Use defField for defaults. | John MacFarlane | 1 | -5/+5 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -20/+16 |
2013-02-18 | ConTeXt writer: now sensitive to 'unnumbered' class in headers. | John MacFarlane | 1 | -7/+10 |
2013-02-12 | Shared: Changed type of Element. | John MacFarlane | 1 | -1/+1 |
2013-01-15 | Use 'fig:' instead of '\SOH' in title to indicate figure. | John MacFarlane | 1 | -2/+2 |
2013-01-14 | Implemented Ext_implicit_figures. | John MacFarlane | 1 | -1/+2 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 |
2013-01-07 | Implemented tight lists in context, latex writers. | John MacFarlane | 1 | -11/+15 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -2/+6 |
2013-01-05 | Support --toc-depth in context writer. | John MacFarlane | 1 | -0/+6 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+1 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -23/+23 |
2012-06-27 | ConTeXt writer: don't escape `&`,`^`,`<`,`>`. | John MacFarlane | 1 | -6/+2 |
2012-06-26 | Don't escape `_` as `\letterunderscore{}` in ConTeXt. | John MacFarlane | 1 | -1/+0 |
2012-05-31 | Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt. | John MacFarlane | 1 | -1/+1 |
2012-05-29 | ConTeXt writer: ensure space after `\stopformula`. | John MacFarlane | 1 | -1/+1 |
2012-05-11 | Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option. | John MacFarlane | 1 | -10/+14 |
2012-04-29 | ConTeXt writer: Fixed escaping of `%`. | John MacFarlane | 1 | -2/+2 |
2012-03-07 | Set mainlang variable in context writer. | John MacFarlane | 1 | -0/+2 |
2011-12-30 | Fixed layout bug in ConTeXt and LaTeX writers. | John MacFarlane | 1 | -2/+2 |
2011-12-30 | Added support for internal links in ConTeXt writer. | John MacFarlane | 1 | -30/+15 |
2011-12-30 | ConTeXt writer: Add section labels and internal links as in HTML. | B. Scott Michel | 1 | -21/+71 |