aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Fixed minor error in README.fiddlosopher1-1/+1
2010-02-12LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers.fiddlosopher1-2/+2
2010-02-12HTML reader: handle spaces before <html>.fiddlosopher1-0/+1
2010-02-12HTML reader: Be forgiving in parsing a bare list within a list.fiddlosopher1-2/+6
2010-02-06Removed refs to wrappers from website.fiddlosopher2-9/+6
2010-02-06Removed html2markdown and hsmarkdown.fiddlosopher7-506/+44
2010-02-04Tweaked INSTALL instructions.fiddlosopher1-0/+8
2010-02-03Updated INSTALL instructions.fiddlosopher1-276/+66
2010-02-03Bump version to 1.5 since API has changed.fiddlosopher1-1/+1
2010-02-03Updated markdown2pdf man page.fiddlosopher1-13/+9
2010-02-03Require two spaces after capital letter + period for list item.fiddlosopher1-2/+2
2010-02-03Removed spurious Makefile reference from README.fiddlosopher1-2/+1
2010-02-02Removed advice to pipe through tidy before HTML reader.fiddlosopher2-8/+1
2010-02-02Allow absolute URI as parameter (in this case, content is downloaded).fiddlosopher4-7/+28
2010-02-02Made HTML reader much more forgiving.fiddlosopher1-29/+106
2010-01-31LaTeX writer: set numbersections template variable.fiddlosopher1-0/+1
2010-01-18Made userdir arg of saveDocumentAsODT a Maybe.fiddlosopher2-10/+13
2010-01-18Removed unneeded import.fiddlosopher1-5/+0
2010-01-18Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher5-14/+13
2010-01-18Rename getTemplate -> getDefaultTemplate.fiddlosopher2-11/+11
2010-01-17Removed ref to Makefile in cabal file.fiddlosopher1-2/+0
2010-01-17Deleted empty macports, freebsd directories.fiddlosopher0-0/+0
2010-01-17Removed obsolete Makefile.fiddlosopher1-290/+0
2010-01-17Website: renamed index.txt.in -> index.txt.fiddlosopher1-0/+0
2010-01-17New batch file to make-windows-installer.fiddlosopher3-18/+16
2010-01-17Removed freebsd and macports directories.fiddlosopher3-131/+0
2010-01-17Added 'update' target to web/Makefile.fiddlosopher1-0/+11
2010-01-17Setup: Made man page building sensitive to build verbosity.fiddlosopher1-5/+6
2010-01-17Setup.hs : -Wall and hlint cleanup.fiddlosopher1-10/+13
2010-01-14Fixed RunTests so it doesn't require data files to have been installed.fiddlosopher1-1/+1
2010-01-14Added --data-dir option.fiddlosopher8-89/+99
2010-01-14Setup.hs: improved detection of highlighting support in test hook.fiddlosopher1-6/+4
2010-01-12Setup.hs: Install wrapper scripts into cabal bin directory.fiddlosopher1-13/+23
2010-01-12Setup.hs: install manpages to mandir.fiddlosopher1-4/+33
2010-01-12Removed obsolete debian stuff from distclean target.fiddlosopher1-3/+0
2010-01-12Removed obsolete win-pkg Makefile target.fiddlosopher1-8/+0
2010-01-11Added getTemplate to Text.Pandoc.Templates.fiddlosopher2-7/+31
2010-01-10Version bump to 1.4.1.fiddlosopher1-1/+1
2010-01-10Updated changelog.fiddlosopher1-0/+39
2010-01-10Deprecated --custom-header in documentation.fiddlosopher3-29/+10
2010-01-09HTML writer: don't include empty UL if --toc but no sections.fiddlosopher1-1/+5
2010-01-09Windows installer - fixed bug in data file locations.fiddlosopher3-39/+24
2010-01-05markdown2pdf: always do at least two runs.fiddlosopher2-4/+5
2010-01-05LaTeX writer: Removed stLink, link template variable.fiddlosopher1-5/+2
2010-01-05LaTeX template: always include hyperref package.fiddlosopher5-9/+9
2010-01-04Updated haddocks for changes in Meta type.fiddlosopher1-3/+2
2010-01-03LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher1-7/+21
2010-01-03Makefile: specify --template explicitly when using pandoc.fiddlosopher1-5/+6
2010-01-03Removed unneeded dependency on template-haskell.fiddlosopher1-1/+1
2010-01-02Changed default of writerXeTeX to False.fiddlosopher1-1/+1