aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-06Disallow blank lines in inline code span.fiddlosopher3-2/+21
2010-03-01Markdown reader: Allow footnotes to be indented < 4 spaces.fiddlosopher2-4/+4
2010-03-01LaTeX template: redefine labelwidth when using enumerate package.fiddlosopher2-0/+12
2010-03-01Small README formatting tweakfiddlosopher1-2/+2
2010-03-01HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher2-5/+6
2010-02-28Changed tabs to spaces in README.fiddlosopher1-49/+49
2010-02-28Allow multi-line titles and authors in meta block.fiddlosopher4-26/+64
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher11-13/+13
2010-02-27RST reader: Improved grid tables.fiddlosopher3-21/+73
2010-02-27Markdown reader: Use simpler approach for URLs - just escape spaces.fiddlosopher1-9/+5
2010-02-27Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2-2/+1
2010-02-27Promoted mediawiki headers.fiddlosopher2-32/+32
2010-02-27Reformatting and comments in RunTests.hs. (Eric Kow)fiddlosopher1-1/+8
2010-02-27Markdown reader: properly escape URIs.fiddlosopher2-4/+12
2010-02-27LaTeX reader: handle \ (interword space).fiddlosopher1-5/+9
2010-02-26LaTeX reader: allow any special character to be escaped.fiddlosopher1-1/+1
2010-02-21Set LANG to a UTF-8 locale in RunTests.hs.fiddlosopher1-1/+2
2010-02-21No longer need to set 'HOME' in RunTests.hs.fiddlosopher1-2/+1
2010-02-21Behave gracefully if HOME is not set.fiddlosopher1-7/+9
2010-02-21Added tests/tables-rst-subset.native, part of RST tables patch.fiddlosopher1-0/+87
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher4-4/+279
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