summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Minor changes in Text.Pandoc.Biblio.fiddlosopher2009-02-28
* Don't return an error status on --help or --version.fiddlosopher2009-02-26
* Removed plugin support.fiddlosopher2009-02-24
* Version bump to 1.2.fiddlosopher2009-02-14
* Changed comment header on hsmarkdown.hs.fiddlosopher2009-02-14
* Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2009-02-07
* Gobble space after Plain blocks containing only raw html inline.fiddlosopher2009-01-31
* Rewrote hsmarkdown in Haskell for portability.fiddlosopher2009-01-31
* Moved tabFilter to Shared.fiddlosopher2009-01-31
* Renamed Main.hs -> pandoc.hs.fiddlosopher2009-01-31
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Improved and simplified setextHeader parser in markdown reader.fiddlosopher2007-11-22
* Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher2007-11-22
* + Changed \useurl to \useURL in ConTeXt output.fiddlosopher2007-11-22
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22
* Fixed some haddock documentation bugs in Shared.hs.fiddlosopher2007-11-18
* More improvements to ConTeXt writer:fiddlosopher2007-11-18
* ConTeXt writer:fiddlosopher2007-11-17
* Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher2007-11-17
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher2007-11-16
* New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher2007-11-16
* Fixed logic in markdown smart quote parsing:fiddlosopher2007-11-15
* Fixed smart quote parsing in markdown reader so that unicodefiddlosopher2007-11-15
* Changes to ConTeXt writer:fiddlosopher2007-11-15
* Improved footnote handling in LaTeX writer:fiddlosopher2007-11-15
* Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher2007-11-15
* Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher2007-11-10
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Cleaned up LaTeX footnotes:fiddlosopher2007-11-01
* Fixed bug in parsing files that begin with blank lines.fiddlosopher2007-10-29
* Modified specialChar in LaTeX reader so that '"'fiddlosopher2007-10-28
* Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher2007-10-27
* '--no-wrap' option now prevents the addition of structural whitespacefiddlosopher2007-10-18
* Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher2007-10-15
* Improvements to RST reader:fiddlosopher2007-10-13
* Save and restore position in parseFromString, so that it doesn'tfiddlosopher2007-10-13
* Undid last change: instead of blocking the internal links in thefiddlosopher2007-10-12
* Man writer: Don't print link source for internal links (#...).fiddlosopher2007-10-11
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11
* Modified html2markdown. Previously html2markdown piped all inputfiddlosopher2007-10-02
* Fixed bug in markdown writer: If an ordered list item began withfiddlosopher2007-09-27
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher2007-09-25
* RST writer: If label for a link reference contains a colon,fiddlosopher2007-09-19
* Main (tabFilter):fiddlosopher2007-09-18
* Markdown writer: Don't print title attribute if title is empty.fiddlosopher2007-09-18