summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Markdown reader: require space before title in links and references.fiddlosopher2007-09-18
* Remove just one leading and one trailing newlinefiddlosopher2007-09-17
* Changed parsing of code blocks in HTML reader:fiddlosopher2007-09-17
* Simplified HTML attribute parsing (HTML reader).fiddlosopher2007-09-15
* Fixed two bugs in HTML reader:fiddlosopher2007-09-14
* Changed pandoc home page to http://johnmacfarlane.net/pandoc/.fiddlosopher2007-09-13
* + Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher2007-09-10
* Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher2007-09-05
* HTML writer: Don't produce HTML for table of contents iffiddlosopher2007-09-05
* Bumped version to 0.45.fiddlosopher2007-09-05
* Bump version numbers to 0.44, which will be the nextfiddlosopher2007-09-02
* HTML writer: put anchors around contents of headers, not aroundfiddlosopher2007-09-02
* Markdown writer: escape paragraphs that begin with ordered listfiddlosopher2007-09-02
* LaTeX command and environment names can't contain numbers.fiddlosopher2007-09-02
* Skip notes parsing if running in strict mode. (This yields a nicefiddlosopher2007-09-01
* Simplify autolink parsing code, using Network.URI to test forfiddlosopher2007-09-01
* More perspicuous definition of nonindentSpaces.fiddlosopher2007-09-01
* Removed unneeded 'try' in 'rawLine'.fiddlosopher2007-09-01
* Combined linebreak and whitespace into a new whitespacefiddlosopher2007-09-01
* Removed unnecessary 'try' in 'codeBlock'.fiddlosopher2007-09-01
* Use lookAhead in parsers for setext headers andfiddlosopher2007-09-01
* Don't require blank lines after code block. (It's sufficientfiddlosopher2007-08-31
* Changed definition of 'emph': italics with '_' must not be followedfiddlosopher2007-08-31
* Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher2007-08-31
* Replaced individual wrapping routines in RST, Man, andfiddlosopher2007-08-30
* Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher2007-08-30
* Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher2007-08-30
* Version bump to 0.43.fiddlosopher2007-08-30
* Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher2007-08-30
* Cleaned up LaTeX reader.fiddlosopher2007-08-29