summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* 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