aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-02Fixed formatting mistakes in 0.43 news on website.fiddlosopher1-2/+3
2007-09-02Added link to google code svn repository for pandocwiki, instead offiddlosopher1-1/+1
2007-09-02Added '-font monospace' to highlight command, so wretchedfiddlosopher1-2/+2
2007-09-02* debian/changelog: add signatureroktas1-0/+2
2007-09-02Updated website with news of 0.43...fiddlosopher1-2/+19
2007-09-02Updated debian/changelog.fiddlosopher1-0/+136
2007-09-02Markdown writer: escape paragraphs that begin with ordered listfiddlosopher1-1/+23
2007-09-02LaTeX command and environment names can't contain numbers.fiddlosopher1-4/+4
2007-09-01Added separate latex reader and native reader tests;fiddlosopher3-10/+1214
2007-09-01Skip notes parsing if running in strict mode. (This yields a nicefiddlosopher1-14/+16
2007-09-01Simplify autolink parsing code, using Network.URI to test forfiddlosopher3-27/+26
2007-09-01More perspicuous definition of nonindentSpaces.fiddlosopher1-1/+4
2007-09-01Removed unneeded 'try' in 'rawLine'.fiddlosopher1-1/+1
2007-09-01Combined linebreak and whitespace into a new whitespacefiddlosopher1-7/+6
2007-09-01Removed unnecessary 'try' in 'codeBlock'.fiddlosopher1-1/+1
2007-09-01Use lookAhead in parsers for setext headers andfiddlosopher1-1/+5
2007-08-31Don't require blank lines after code block. (It's sufficientfiddlosopher1-1/+1
2007-08-31Changed definition of 'emph': italics with '_' must not be followedfiddlosopher1-1/+1
2007-08-31Makefile: Get VERSION from cabal file, not Main.hs.fiddlosopher1-1/+1
2007-08-31Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher1-39/+40
2007-08-30Modified MacPorts Portfile:fiddlosopher1-1/+3
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher3-23/+6
2007-08-30Removed extra blank lines at end of LaTeX writer tests.fiddlosopher2-2/+0
2007-08-30Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher1-0/+7
2007-08-30Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher1-104/+130
2007-08-30Modified latex writer tests for new latex writer using prettyprinter.fiddlosopher1-153/+282
2007-08-30Version bump to 0.43.fiddlosopher2-2/+2
2007-08-30Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher1-1/+1
2007-08-29Cleaned up LaTeX reader.fiddlosopher1-24/+24
2007-08-29Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher1-23/+17
2007-08-29Efficiency improvements to RST reader (more than doubledfiddlosopher1-12/+9
2007-08-29Purely stylistic change.fiddlosopher1-1/+1
2007-08-29Removed unneeded 'try' in 'ellipses'.fiddlosopher1-2/+1
2007-08-29+ Fixed bug introduced into referenceTitle by previous changes.fiddlosopher1-5/+6
2007-08-29Fixed markdown inline code parsing so it better accords withfiddlosopher1-4/+6
2007-08-29Small change to referenceTitle: should end with line-end, not ')'.fiddlosopher1-2/+1
2007-08-29Split 'title' into 'linkTitle' and 'referenceTitle', since thefiddlosopher1-14/+19
2007-08-29Rewrote charsInBalanced and charsInBalanced'.fiddlosopher1-9/+9
2007-08-29Removed unneeded 'try' from noteMarker.fiddlosopher1-4/+1
2007-08-29Minor reformatting.fiddlosopher1-3/+2
2007-08-29Rewrote 'para' for greater efficiency.fiddlosopher1-6/+4
2007-08-29Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher2-5/+6
2007-08-28Minor reformatting.fiddlosopher1-2/+2
2007-08-28Rewrote link parsers for greater efficiency.fiddlosopher1-7/+4
2007-08-28anyLine now requires that the line end with a newline (not eof).fiddlosopher1-1/+1
2007-08-28Main: Replaced tabsToSpacesInLine and tabFilter with single functionfiddlosopher1-12/+13
2007-08-28+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher2-26/+14
2007-08-28Removed redundant 'referenceLink' in definition of inlinefiddlosopher1-1/+0
2007-08-28Refactored escapeChar so it doesn't need 'try'.fiddlosopher1-4/+4
2007-08-28Removed unneeded 'try' in multilineRow.fiddlosopher1-1/+1