summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Modified HTML reader to skip a newline following a <br> tag.fiddlosopher2007-01-03
* Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variablesfiddlosopher2007-01-03
* Cleaned up and improved Makefile target for wrappers.fiddlosopher2007-01-03
* Improved Makefile 'wrappers' target. (Previously, it would buildfiddlosopher2007-01-03
* Improved test-markdown target in Makefile:fiddlosopher2007-01-02
* Modified main 'pandoc' program so that if it is called with programfiddlosopher2007-01-02
* CSS changes for website.fiddlosopher2007-01-02
* Fixed a bug in website generation, which only worked if 'pandoc'fiddlosopher2007-01-02
* Added fuller package descriptions to debian/control.fiddlosopher2007-01-02
* Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it worksfiddlosopher2007-01-02
* Added 'hsmarkdown' wrapper, designed to be used as a drop-infiddlosopher2007-01-02
* Added package URL to Pandoc.cabal.in.fiddlosopher2007-01-02
* Documented change of 'HtmlEntities' to 'Entities' in changelog.fiddlosopher2007-01-02
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Use entities for all characters above 127 in docbook output.fiddlosopher2007-01-02
* Changed representation of code blocks to use <screen> andfiddlosopher2007-01-01
* Changed description in debian/control to include docbook writer.fiddlosopher2007-01-01
* Inserted a needed slash in the Makefile, after $(osx_pkg_name),fiddlosopher2007-01-01
* Modified changelog to bring up to date.fiddlosopher2007-01-01
* Removed a line that was causing a compiler warning in docbookfiddlosopher2007-01-01
* Added docbook writer to list of exposed modules in Pandoc.cabal.in.fiddlosopher2007-01-01
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Refactored fillTemplates.pl.fiddlosopher2007-01-01
* Added a note to pandoc(1) man page about the differences betweenfiddlosopher2006-12-31
* Revised inline code parsing in Markdown reader to conform tofiddlosopher2006-12-31
* Documented makefile targets in INSTALL.fiddlosopher2006-12-31
* Simplified list parsing code in RST reader.fiddlosopher2006-12-31
* Added instructions for using the GHC profiler.fiddlosopher2006-12-31
* Cleaned up some code in RST reader.fiddlosopher2006-12-31
* Changed Markdown reader so that the first pass, in which a listfiddlosopher2006-12-31
* Removed unneeded 'do' block from 'parseBlocks' definitionfiddlosopher2006-12-31
* Changed usage message so that it is more compact (and slightlyfiddlosopher2006-12-31
* Documented the "blank line before header and block quote" discrepancyfiddlosopher2006-12-30
* Updates to changelog for --strict option and other changesfiddlosopher2006-12-30
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Slight changes in website target:fiddlosopher2006-12-29
* Changed date on README.fiddlosopher2006-12-29
* Print command-line to stderr when making demo page.fiddlosopher2006-12-29
* Make wrappers executable in the top-level directory, in case peoplefiddlosopher2006-12-29
* + Renamed web/demos.sh to mkdemos.shfiddlosopher2006-12-29
* Minor changes to changelog.fiddlosopher2006-12-29
* Modified changelog to bring up to date.fiddlosopher2006-12-29
* Revised uninstall-pandoc with new wrapper names.fiddlosopher2006-12-29
* + Changed 'web2markdown' to 'html2markdown'.fiddlosopher2006-12-29
* Reversed changes from r246:fiddlosopher2006-12-29
* Added two more demo cases to website. Put a footnote infiddlosopher2006-12-28
* Added a latex -> markdown case to demos.fiddlosopher2006-12-28
* Added another demo case, with header and footer and css.fiddlosopher2006-12-28
* Added "Demos" page to the website. fiddlosopher2006-12-28