aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-07Fixed performance problems with '--strict' option:fiddlosopher2-17/+18
2007-01-06Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher11-12/+44
2007-01-06Added support for hexadecimal entities: e.g. ꂫfiddlosopher1-6/+6
2007-01-06Fixed formatting in pandoc man page.fiddlosopher1-1/+1
2007-01-06Allow '-S' option to be specified together with '--strict', if desired.fiddlosopher1-2/+1
2007-01-06Fixed serious performance problems with new Markdown reader:fiddlosopher2-13/+44
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher31-1297/+1250
2007-01-05Fix the bug in 'install-all' target which does not install the wrappers.roktas1-7/+16
2007-01-05Change the author order in debian/changelog to reflect the order of roktas1-26/+26
2007-01-05Update signature in debian/changelog.roktas1-1/+1
2007-01-05Setup executable permissions on some files.roktas5-0/+0
2007-01-05Remove executable permission of hsmarkdown.in.roktas1-0/+0
2007-01-05Fix the wrapper usage instruction in INSTALL.roktas1-1/+1
2007-01-05Nicer informational message in test-markdown target.fiddlosopher1-1/+2
2007-01-05Changed Markdown writer so that it does not use the single-bracketfiddlosopher2-7/+7
2007-01-04Fixed small bug in consolidateList: added casefiddlosopher1-0/+1
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher10-249/+252
2007-01-04Fixed bug in encodeEntities (characters less than 128, not 127,fiddlosopher1-1/+1
2007-01-04Small README changes documenting differences from standard markdown.fiddlosopher1-2/+5
2007-01-04Changed test-markdown target in Makefile: Now it will find anyfiddlosopher1-3/+9
2007-01-04Removed unneeded 'options' parameter from 'indentedInTags' functionfiddlosopher1-17/+17
2007-01-04Added some instructions to INSTALL about setting the PATHfiddlosopher1-5/+22
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher6-13/+28
2007-01-03Modified HTML reader to skip a newline following a <br> tag.fiddlosopher2-0/+4
2007-01-03Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variablesfiddlosopher1-2/+0
2007-01-03Cleaned up and improved Makefile target for wrappers.fiddlosopher1-3/+1
2007-01-03Improved Makefile 'wrappers' target. (Previously, it would buildfiddlosopher1-1/+2
2007-01-02Improved test-markdown target in Makefile:fiddlosopher1-7/+5
2007-01-02Modified main 'pandoc' program so that if it is called with programfiddlosopher1-7/+18
2007-01-02CSS changes for website.fiddlosopher1-3/+10
2007-01-02Fixed a bug in website generation, which only worked if 'pandoc'fiddlosopher2-3/+2
2007-01-02Added fuller package descriptions to debian/control.fiddlosopher1-3/+48
2007-01-02Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it worksfiddlosopher1-0/+0
2007-01-02Added 'hsmarkdown' wrapper, designed to be used as a drop-infiddlosopher8-16/+70
2007-01-02Added package URL to Pandoc.cabal.in.fiddlosopher1-1/+1
2007-01-02Documented change of 'HtmlEntities' to 'Entities' in changelog.fiddlosopher1-0/+3
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher7-21/+22
2007-01-02Use entities for all characters above 127 in docbook output.fiddlosopher3-17/+22
2007-01-01Changed representation of code blocks to use <screen> andfiddlosopher2-12/+26
2007-01-01Changed description in debian/control to include docbook writer.fiddlosopher1-6/+6
2007-01-01Inserted a needed slash in the Makefile, after $(osx_pkg_name),fiddlosopher1-1/+1
2007-01-01Modified changelog to bring up to date.fiddlosopher1-0/+4
2007-01-01Removed a line that was causing a compiler warning in docbookfiddlosopher1-1/+0
2007-01-01Added docbook writer to list of exposed modules in Pandoc.cabal.in.fiddlosopher1-0/+1
2007-01-01Merged changes from docbook branch since r363.fiddlosopher14-22/+1285
2007-01-01Refactored fillTemplates.pl.fiddlosopher1-25/+14
2006-12-31Added a note to pandoc(1) man page about the differences betweenfiddlosopher1-0/+5
2006-12-31Revised inline code parsing in Markdown reader to conform tofiddlosopher1-14/+6
2006-12-31Documented makefile targets in INSTALL.fiddlosopher1-0/+53
2006-12-31Simplified list parsing code in RST reader.fiddlosopher1-7/+8