aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-15Simplified HTML attribute parsing (HTML reader).fiddlosopher1-10/+5
2007-09-14Fixed two bugs in HTML reader:fiddlosopher1-11/+4
2007-09-13Changed pandoc home page to http://johnmacfarlane.net/pandoc/.fiddlosopher10-12/+12
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher2-75/+75
2007-09-05Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher3-57/+54
2007-09-05HTML writer: Don't produce HTML for table of contents iffiddlosopher1-0/+1
2007-09-05Bumped version to 0.45.fiddlosopher2-2/+2
2007-09-03Updated website with news of 0.43.fiddlosopher1-0/+9
2007-09-03Updated debian/changelog.fiddlosopher1-0/+10
2007-09-03No need to add $(BUILDDIR) and $(BUILDCONF) to cleanup_files,fiddlosopher1-1/+1
2007-09-03* The previous fix was wrong. Apply a proper fix and cross the fingers. :-)roktas3-5/+6
2007-09-03* Urgent fix to address the following issue:roktas3-1/+16
2007-09-03Added xmlns attribute to html element in html writer tests.fiddlosopher4-4/+4
2007-09-02Changed link to Arch PKGBUILD script on website.fiddlosopher1-4/+3
2007-09-02Bump version numbers to 0.44, which will be the nextfiddlosopher2-2/+2
2007-09-02HTML writer: put anchors around contents of headers, not aroundfiddlosopher1-11/+11
2007-09-02Fixed CSS for website so headers linked back to TOCfiddlosopher1-0/+4
2007-09-02Added note about Arch linux PKGBUILD script.fiddlosopher1-1/+4
2007-09-02Small changes in website.fiddlosopher1-2/+2
2007-09-02Removed files no longer needed in website:fiddlosopher2-20/+0
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