summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Makefile: Get VERSION from cabal file, not Main.hs.fiddlosopher2007-08-31
* Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher2007-08-31
* Modified MacPorts Portfile:fiddlosopher2007-08-30
* Replaced individual wrapping routines in RST, Man, andfiddlosopher2007-08-30
* Removed extra blank lines at end of LaTeX writer tests.fiddlosopher2007-08-30
* Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher2007-08-30
* Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher2007-08-30
* Modified latex writer tests for new latex writer using prettyprinter.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
* Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher2007-08-29
* Efficiency improvements to RST reader (more than doubledfiddlosopher2007-08-29
* Purely stylistic change.fiddlosopher2007-08-29
* Removed unneeded 'try' in 'ellipses'.fiddlosopher2007-08-29
* + Fixed bug introduced into referenceTitle by previous changes.fiddlosopher2007-08-29
* Fixed markdown inline code parsing so it better accords withfiddlosopher2007-08-29
* Small change to referenceTitle: should end with line-end, not ')'.fiddlosopher2007-08-29
* Split 'title' into 'linkTitle' and 'referenceTitle', since thefiddlosopher2007-08-29
* Rewrote charsInBalanced and charsInBalanced'.fiddlosopher2007-08-29
* Removed unneeded 'try' from noteMarker.fiddlosopher2007-08-29
* Minor reformatting.fiddlosopher2007-08-29
* Rewrote 'para' for greater efficiency.fiddlosopher2007-08-29
* Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher2007-08-29
* Minor reformatting.fiddlosopher2007-08-28
* Rewrote link parsers for greater efficiency.fiddlosopher2007-08-28
* anyLine now requires that the line end with a newline (not eof).fiddlosopher2007-08-28
* Main: Replaced tabsToSpacesInLine and tabFilter with single functionfiddlosopher2007-08-28
* + Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher2007-08-28
* Removed redundant 'referenceLink' in definition of inlinefiddlosopher2007-08-28
* Refactored escapeChar so it doesn't need 'try'.fiddlosopher2007-08-28
* Removed unneeded 'try' in multilineRow.fiddlosopher2007-08-28
* Removed unneeded 'try' in dashedLine.fiddlosopher2007-08-28
* Removed unneeded try in rawHtmlBlocks (Markdown parser).fiddlosopher2007-08-28
* Refactored hrule for performance in Markdown reader.fiddlosopher2007-08-28
* Minor reformatting.fiddlosopher2007-08-28
* Refactored setext header parsing in Markdown reader for greaterfiddlosopher2007-08-28
* More rearranging in definition of inline.fiddlosopher2007-08-28
* More intelligent rearranging of 'inline' for speed boostsfiddlosopher2007-08-28
* Removed unneeded 'try' from romanNumeral parser.fiddlosopher2007-08-28
* Use notFollowedBy instead of notFollowedBy' in charsInBalanced.fiddlosopher2007-08-28
* Removed unneeded 'try' in 'parseFromString'.fiddlosopher2007-08-28
* Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher2007-08-28
* Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher2007-08-28
* Minor code cleanup in Text.Pandoc.Shared.fiddlosopher2007-08-28
* Performance improvements:fiddlosopher2007-08-28