aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-11MediaWiki writer: fixed headerless tables.fiddlosopher2-62/+152
2010-03-11RTF writer: fixed headerless tables.fiddlosopher2-1/+82
2010-03-10Markdown writer: proper support for headerless tables.fiddlosopher2-4/+31
2010-03-10HTML writer: Use tbody, thead, and cols in tables.fiddlosopher2-238/+274
2010-03-09Docbook writer: handle headerless tables.fiddlosopher2-322/+388
2010-03-08Added link to TextMate bundle to web page.fiddlosopher1-0/+2
2010-03-08Removed html2markdown and hsmarkdown mentions from web page.fiddlosopher1-2/+0
2010-03-07Markdown writer: Fixed citations.fiddlosopher1-7/+1
2010-03-07Cabal file: depend on HTTP >= 4000.0.5.fiddlosopher1-1/+1
2010-03-07Updated context tests.fiddlosopher2-22/+50
2010-03-07ConTeXt writer: Don't use header in headerless table.fiddlosopher1-2/+4
2010-03-07Improved and simplified title block in context template.fiddlosopher1-23/+12
2010-03-07Updated latex and html table tests for new test case.fiddlosopher2-0/+41
2010-03-07Added test case for multiline table wo column headers.fiddlosopher2-1/+25
2010-03-07HTML writer: Fixed multiline tables with no header.fiddlosopher1-23/+21
2010-03-07Fixed docbook writer for headerless tables.fiddlosopher2-0/+48
2010-03-07Added test for headerless table.fiddlosopher4-1/+83
2010-03-06Markdown reader: Added p., pp., sec., ch., as abbreviations.fiddlosopher1-1/+2
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