summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Shared: Make 'normalize' more generic.John MacFarlane2011-01-28
* RST reader: Skip blank space at beginning.John MacFarlane2011-01-28
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* RST reader: Improved field lists.John MacFarlane2011-01-26
* LaTeX reader: Fixed an incomplete pattern match.John MacFarlane2011-01-26
* RST reader: Include line breaks in raw field list parser output.John MacFarlane2011-01-26
* RST reader: Allow spaces in field list names.John MacFarlane2011-01-26
* Adjusted writers to use "tex".John MacFarlane2011-01-26
* Markdown reader: Don't parse latex/context environments as inline.John MacFarlane2011-01-26
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Added needed space after .bc and .bq.John MacFarlane2011-01-23
* Textile writer: Don't escape code in bc. block.John MacFarlane2011-01-23
* Textile writer: Don't HTML-escape between @'s.John MacFarlane2011-01-23
* Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane2011-01-23
* Textile writer: Use <pre> instead of bc.. for code with blank lines.John MacFarlane2011-01-23
* Textile reader: Support <tt> for inline code.John MacFarlane2011-01-23
* Textile reader: Added code blocks with bc.John MacFarlane2011-01-23
* Default to textile writer on .textile extension.John MacFarlane2011-01-23
* ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane2011-01-22
* Text.Pandoc: Added jsonFilter for easy construction of scripts.John MacFarlane2011-01-22
* Markdown reader: slight speedup by moving whitespace parser.John MacFarlane2011-01-22
* RST reader: Big speed improvement (300->260ms).John MacFarlane2011-01-22
* ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane2011-01-22
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Haddock comment improvements.John MacFarlane2011-01-21
* Added --normalize option.John MacFarlane2011-01-20
* Markdown writer: Avoid printing excess spaces at end if no notes/refs.John MacFarlane2011-01-20
* Native writer: eliminated empty spaces in brackets.John MacFarlane2011-01-20
* Export readNative in Text.Pandoc.Shared.John MacFarlane2011-01-20
* Improved native writer using Pretty.John MacFarlane2011-01-20
* Made writeNative sensitive to writerStandalone.John MacFarlane2011-01-19
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
* Use spaceChar instead of oneOf " \t" in rst reader.John MacFarlane2011-01-19
* Replaced more noneOf/oneOf parsers.John MacFarlane2011-01-19
* Replaced uses of oneOf with more efficient parsers.John MacFarlane2011-01-19
* More small parser rewrites for small performance gains.John MacFarlane2011-01-19
* Parsing: Rewrote spaceChar for significant speedup in readers.John MacFarlane2011-01-19
* Fixed problem with inline code in ConTeXt writer.John MacFarlane2011-01-19
* Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane2011-01-16
* Minor code formatting.John MacFarlane2011-01-16
* Moved --chapters to before --number-sections in option list.John MacFarlane2011-01-16
* Support --chapters for ConTeXt output as well.John MacFarlane2011-01-16
* Use <chapter> for top docbook header if template has <book>.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* HTML writer: Add ids to <section> tags.John MacFarlane2011-01-15
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Merge branch 'master' of github.com:jgm/pandoc into testsJohn MacFarlane2011-01-14
| |\
| * \ Merge branch 'master' into testsJohn MacFarlane2011-01-12
| |\ \