Age | Commit message (Expand) | Author | Files | Lines |
2012-09-23 | More intelligent handling of text encodings. | John MacFarlane | 1 | -3/+3 |
2012-08-15 | Moved renderTags' from HTML reader & SelfContained to Shared. | John MacFarlane | 1 | -0/+22 |
2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane | 1 | -2/+3 |
2012-08-09 | Added safeRead to Text.Pandoc.Shared. | John MacFarlane | 1 | -1/+12 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -128/+0 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -9/+9 |
2012-07-24 | Slightly more efficient normalizeSpaces. | John MacFarlane | 1 | -6/+5 |
2012-07-24 | Added fields to WriterOptions. | John MacFarlane | 1 | -0/+8 |
2012-07-19 | Provide Data.Default instances for ParserState and WriterOptions. | John MacFarlane | 1 | -1/+5 |
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -1/+2 |
2012-05-11 | Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option. | John MacFarlane | 1 | -0/+2 |
2012-02-04 | Complete rewrite of LaTeX reader. | John MacFarlane | 1 | -1/+23 |
2012-01-28 | Put date in YYYY-MM-DD format if possible for HTML, docx metadata. | John MacFarlane | 1 | -0/+17 |
2012-01-27 | Shared: Added splitStringWithIndices. | John MacFarlane | 1 | -4/+17 |
2012-01-26 | Added --atx-headers option. | John MacFarlane | 1 | -0/+2 |
2012-01-25 | Added --slide-level option to override default. | John MacFarlane | 1 | -0/+2 |
2011-12-29 | Added 'beamer' as an output format. | John MacFarlane | 1 | -0/+2 |
2011-12-27 | Added `--highlight-style` and `--no-highlight` options. | John MacFarlane | 1 | -0/+3 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -4/+0 |
2011-12-22 | Added writerHighlight to WriterOptions. | John MacFarlane | 1 | -0/+2 |
2011-12-22 | Removed writerAscii in WriterOptions. | John MacFarlane | 1 | -2/+0 |
2011-12-02 | Shared: Removed unescapeURI, modified escapeURI. | John MacFarlane | 1 | -17/+8 |
2011-10-01 | Added dzslides output option. | John MacFarlane | 1 | -0/+1 |
2011-07-22 | Deprecated `--xetex` option - it is no longer needed. | John MacFarlane | 1 | -0/+1 |
2011-07-19 | Added unexported Text.Pandoc.MIME. | John MacFarlane | 1 | -451/+1 |
2011-07-17 | Added getMimeType to Text.Pandoc.Shared. | John MacFarlane | 1 | -2/+452 |
2011-02-06 | Added --ascii option. | John MacFarlane | 1 | -0/+2 |
2011-02-05 | Make writerSectionDivs default to False. | John MacFarlane | 1 | -1/+1 |
2011-02-04 | Shared: Minor refactoring. | John MacFarlane | 1 | -1/+4 |
2011-02-04 | normalize: Normalize spaces too. | John MacFarlane | 1 | -5/+10 |
2011-01-29 | Shared: Fixed bug in normalize revealed by tests! | John MacFarlane | 1 | -4/+5 |
2011-01-28 | Add possibility to use listings package for code blocks and | Josef Svenningsson | 1 | -0/+2 |
2011-01-28 | Shared: Make 'normalize' more generic. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -4/+4 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -7/+4 |
2011-01-16 | Added --chapters option affecting docbook and latex. | John MacFarlane | 1 | -0/+2 |
2011-01-11 | Preliminary support for HTML5. | John MacFarlane | 1 | -0/+2 |
2010-12-26 | normalize: Don't reduce [Space] to []. | John MacFarlane | 1 | -4/+1 |
2010-12-26 | Improved 'normalize'. | John MacFarlane | 1 | -41/+44 |
2010-12-25 | Improved normalize. | John MacFarlane | 1 | -0/+15 |
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 1 | -4/+5 |
2010-12-22 | Shared: Removed unneeded prettyprinting functions: | John MacFarlane | 1 | -75/+0 |
2010-12-22 | Shared: Removed BlockWrapper, wrappedBlocksToDoc. | John MacFarlane | 1 | -13/+1 |
2010-12-21 | Shared: Made splitBy take a test instead of an element. | John MacFarlane | 1 | -6/+6 |
2010-12-19 | Shared: Use stringify to simplify inlineListToIdentifier. | John MacFarlane | 1 | -28/+11 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -0/+3 |
2010-12-15 | Support multiple bibliography files with natbib and biblatex output. | Nathan Gass | 1 | -2/+2 |
2010-12-14 | Added 'normalize' to Text.Pandoc.Shared. | John MacFarlane | 1 | -1/+53 |
2010-12-13 | Added support to write natbib or biblatex citations in latex output. | Nathan Gass | 1 | -0/+10 |
2010-12-13 | Fixed inlineListToIdentifier to treat '\160' as ' '. | John MacFarlane | 1 | -1/+3 |