summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* OpenDocument: Use special style for 1st para after heading.John MacFarlane2011-03-12
* Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane2011-03-02
* markdown2pdf: Removed mistakenly included debugging lines.John MacFarlane2011-02-13
* markdown2pdf: Fixed filename encoding issues.John MacFarlane2011-02-13
* LaTeX writer: Changed figure defaults to htbp.John MacFarlane2011-02-11
* UTF8: Encode filenames.John MacFarlane2011-02-11
* pandoc.hs: Updated copyright notice.John MacFarlane2011-02-06
* Revert "Use us-ascii charset in HTML template if --ascii option."John MacFarlane2011-02-06
* HTML writer: Fixed footnote backrefs in --ascii mode.John MacFarlane2011-02-06
* Use us-ascii charset in HTML template if --ascii option.John MacFarlane2011-02-06
* Added --ascii option.John MacFarlane2011-02-06
* Make --toc work in epub output.John MacFarlane2011-02-06
* HTML writer: Put line breaks in section divs.John MacFarlane2011-02-05
* Make writerSectionDivs default to False.John MacFarlane2011-02-05
* HTML writer: stringify alt text.John MacFarlane2011-02-05
* Improved HTML table output (line breaks).John MacFarlane2011-02-04
* More changes to HTML output.John MacFarlane2011-02-04
* HTML writer: Spacing adjustments for Plain and RawHtml blocks.John MacFarlane2011-02-04
* Improved new HTML format; restored original --no-wrap behavior.John MacFarlane2011-02-04
* HTML writer: More normal line breaks.John MacFarlane2011-02-04
* Native writer test: in block list test, limit to list < 20 blocks.John MacFarlane2011-02-04
* Added cCommented-out round-trip property in markdown reader test.John MacFarlane2011-02-04
* Shared: Minor refactoring.John MacFarlane2011-02-04
* Improved Arbitrary instance.John MacFarlane2011-02-04
* normalize: Normalize spaces too.John MacFarlane2011-02-04
* markdown2pdf: Fixed bug with output file extensions.John MacFarlane2011-02-04
* Markdown reader: Simplified and corrected footnote block parser.John MacFarlane2011-02-01
* Added a (failing) test for footnotes.John MacFarlane2011-02-01
* Improved fix to markdown noteBlock parser.John MacFarlane2011-01-31
* Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane2011-01-31
* UTF8: Use #if instead of #ifdef.John MacFarlane2011-01-30
* UTF8 module: Use base 4.2 IO if available.John MacFarlane2011-01-30
* pandoc.hs: Simplified code for writing result.John MacFarlane2011-01-30
* LaTeX reader: Fixed bug with whitespace at beginning of file.John MacFarlane2011-01-30
* Markdown reader tables: Fixed bug in alignments.John MacFarlane2011-01-29
* Highlighting: Fixed non-highlighting-kate version of highlightHtml.John MacFarlane2011-01-29
* Added HTML writer tests for inline code.John MacFarlane2011-01-29
* HTML writer: avoid doubled <code> tag for highlighted inline code.John MacFarlane2011-01-29
* Fixed highlighting for inline code.John MacFarlane2011-01-29
* Moved tests to src.John MacFarlane2011-01-29
* Shared: Fixed bug in normalize revealed by tests!John MacFarlane2011-01-29
* Support --listings in markdown2pdf (Etienne Millon).John MacFarlane2011-01-28
* Add possibility to use listings package for code blocks andJosef Svenningsson2011-01-28
* RST reader: skip blanklines at beginning, not all leading spaces.John MacFarlane2011-01-28
* 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