Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-12-30 | ConTeXt writer: Made `--toc` work even without `--number-sections`. | John MacFarlane | 1 | -2/+2 |
2011-12-30 | Small tweaks to hyphenatedurl patch. | John MacFarlane | 1 | -9/+6 |
2011-12-30 | ConTeXt_url_hyphenation | B. Scott Michel | 1 | -6/+13 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -4/+4 |
2011-08-20 | ConTeXt writer: Changed 'descr' to 'description', fixed alignment. | John MacFarlane | 1 | -2/+2 |
2011-08-18 | ConTeXt: Use buffering for footnotes containing code blocks. | John MacFarlane | 1 | -2/+8 |
2011-08-18 | ConTeXt: Escape # in link URLs. | John MacFarlane | 1 | -1/+2 |
2011-07-19 | ConTeXt writer: Made \start/stoptyping flush with margin. | John MacFarlane | 1 | -1/+1 |
2011-07-16 | Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo. | John MacFarlane | 1 | -1/+5 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -3/+3 |
2011-01-26 | Adjusted writers to use "tex". | John MacFarlane | 1 | -2/+1 |
2011-01-26 | Distinguish latex & context environments; blank line after in writers. | John MacFarlane | 1 | -3/+1 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+8 |
2011-01-22 | ConTeXt writer: Ensure cr after \stoptyping. | John MacFarlane | 1 | -1/+1 |
2011-01-22 | ConTeXt writer: Don't add cr at end of inline footnote. | John MacFarlane | 1 | -1/+1 |
2011-01-19 | Fixed problem with inline code in ConTeXt writer. | John MacFarlane | 1 | -1/+3 |
2011-01-16 | Support --chapters for ConTeXt output as well. | John MacFarlane | 1 | -3/+6 |
2010-12-20 | ConTeXt writer: Updated to use Text.Pandoc.Pretty. | John MacFarlane | 1 | -73/+71 |