aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-25Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher1-2/+11
2007-09-19Updated html2x.txt to reflect new location of script (in /cgi-binfiddlosopher1-9/+9
2007-09-19Removed html2x.pl -- it belongs in its own repository.fiddlosopher1-40/+0
2007-09-19RST writer: If label for a link reference contains a colon,fiddlosopher1-1/+4
2007-09-18Fixed macports Portfile:fiddlosopher1-1/+29
2007-09-18Main (tabFilter):fiddlosopher1-1/+2
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher2-2/+5
2007-09-18Markdown reader: require space before title in links and references.fiddlosopher1-5/+2
2007-09-17Modified html2x.pl URL validation regex:fiddlosopher1-1/+1
2007-09-17Remove just one leading and one trailing newlinefiddlosopher1-3/+11
2007-09-17Changed parsing of code blocks in HTML reader:fiddlosopher1-7/+8
2007-09-16Modified html2x webpage.fiddlosopher1-12/+17
2007-09-16Added Google analytics tracking to website.fiddlosopher2-7/+15
2007-09-15Fixed URL regex in html2x.pl, and added a command to the pipefiddlosopher1-2/+4
2007-09-15Added security measures to html2x.pl.fiddlosopher1-24/+28
2007-09-15Added html2x demo to the website.fiddlosopher4-2/+89
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