summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Removed odf demo from website Examples page. (docbook2odf is buggyfiddlosopher2007-07-12
* Slightly larger table of header identifiers, so stuff doesn't wrap on LaTeXfiddlosopher2007-07-12
* README: Documented scheme for header identifiers in HTML.fiddlosopher2007-07-12
* Documented --toc/--table-of-contents option in pandoc manfiddlosopher2007-07-12
* If writer == "s5", don't set table of contents option.fiddlosopher2007-07-12
* Changed order of options, for aesthetic reasons.fiddlosopher2007-07-12
* Further tweaks to website css.fiddlosopher2007-07-11
* Small css tweaks for website. (Smaller sans-serif font,fiddlosopher2007-07-11
* Changes to website:fiddlosopher2007-07-11
* Use smartquotes and table of contents in generatingfiddlosopher2007-07-11
* Small changes to website.fiddlosopher2007-07-10
* Updated features.txt in website.fiddlosopher2007-07-10
* README: Documented man page writer, special title-linefiddlosopher2007-07-10
* Use "Pandoc User Manuals" as bottom-left footer in manfiddlosopher2007-07-10
* Recognize output filenames with any single-digit extension as manfiddlosopher2007-07-10
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Minor cosmetic changes to runtests.pl ("passed" infiddlosopher2007-07-09
* Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher2007-07-09
* RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher2007-07-09
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Added type declaration for hsepBlocks infiddlosopher2007-07-09
* + Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher2007-07-09
* Text.Pandoc.Blocks:fiddlosopher2007-07-09
* Markdown writer:fiddlosopher2007-07-09
* Added --toc support to Markdown writer.fiddlosopher2007-07-09
* Added support for --toc to RTF writer.fiddlosopher2007-07-09
* Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2007-07-09
* Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher2007-07-08
* Changes to tests to accommodate r653.fiddlosopher2007-07-08
* HTML writer changes:fiddlosopher2007-07-08
* Added --toc support to RST writer.fiddlosopher2007-07-08
* Modified markdown2pdf to run pdflatex a second time if --toc wasfiddlosopher2007-07-08
* Man writer: Don't print .\" t at beginning unless we'refiddlosopher2007-07-08
* LaTeX writer:fiddlosopher2007-07-08
* HTML writer: Slight change in code for generating uniquefiddlosopher2007-07-08
* Added tests for man writer to runtests.pl.fiddlosopher2007-07-08
* Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher2007-07-08
* Added version of test suite for man page.fiddlosopher2007-07-08
* Man page templates:fiddlosopher2007-07-08
* Use -S option in building man pages.fiddlosopher2007-07-08
* Added test suites for RST, markdown, and man tables.fiddlosopher2007-07-08
* Updated tests to account for changes in HTML writer (identifiers).fiddlosopher2007-07-08
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Added table tests for all writers.fiddlosopher2007-07-07
* Haddock documentation for Text.Pandoc.Blocks.fiddlosopher2007-07-07
* Man writer: Use integral n measures instead of fractional ifiddlosopher2007-07-07
* Added Maintainer and Copyright fields to pandoc.cabal.fiddlosopher2007-07-07
* Put table of contents in its own div (id="toc").fiddlosopher2007-07-07
* HTML writer modifications:fiddlosopher2007-07-07
* + Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher2007-07-07