summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* Fixed the parser for rst+lhs - set stateLiterateHaskell.John MacFarlane2011-01-14
* HTML reader: parse simple tables.John MacFarlane2011-01-14
* HTML reader: parse location tags in pSatisfy.John MacFarlane2011-01-14
* LaTeX writer: Escape strings in \href{..}.John MacFarlane2011-01-14
* Simplified Text.Pandoc.CharacterReferences by using TagSoup entity lookupJohn MacFarlane2011-01-14
* LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane2011-01-14
* Parsing: Fixed bug in grid table parser.John MacFarlane2011-01-14
* Improvements to --html5 support:John MacFarlane2011-01-11
* Preliminary support for HTML5.John MacFarlane2011-01-11
* Text.Pandoc: Improved readers, writers lists for lhs variants.John MacFarlane2011-01-11
* LaTeX reader: Support simple tables.John MacFarlane2011-01-07
* RST writer: blank line after literate Haskell code block.John MacFarlane2011-01-06