aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Updated changelog.fiddlosopher1-10/+203
2010-03-19Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher2-8/+3
2010-03-18Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher1-3/+7
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher12-252/+326
2010-03-18Better heuristics for guessing reader to use.fiddlosopher1-6/+9
2010-03-18Added plain writer.fiddlosopher12-55/+904
2010-03-18Fixed definition lists for options in README.fiddlosopher1-6/+6
2010-03-18Refactored handler for base-header-level option.fiddlosopher1-11/+15
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2-33/+31
2010-03-18cabal: Depend on extensible-exception for GHC < 6.10.fiddlosopher1-2/+2
2010-03-18Documented that ODT and RTF don't implement the image-as-figure feature.fiddlosopher1-1/+5
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher2-0/+9
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher3-4/+4
2010-03-18RST writer: handle images in figures.fiddlosopher2-2/+11
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher2-1/+9
2010-03-17Docbook writer: support images as figures.fiddlosopher2-9/+14
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher2-12/+5
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher2-5/+12
2010-03-16Shared: Export uniqueIdent, don't allow tilde in identifier.fiddlosopher2-3/+5
2010-03-16ConTeXt writer: support images in figures.fiddlosopher2-16/+9
2010-03-16LaTeX writer: support figures with captions.fiddlosopher2-0/+9
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher2-2/+9
2010-03-16README: document new image with caption feature.fiddlosopher1-0/+17
2010-03-14Added --base-header-level option.fiddlosopher3-6/+34
2010-03-14Markdown(+lhs) reader: handle "inverse bird tracks"fiddlosopher1-7/+15
2010-03-14LaTeX reader: ignore \section, \pdfannot, \pdfstringdef.fiddlosopher1-15/+17
2010-03-14LaTeX reader: Ignore alt title in section headers.fiddlosopher2-1/+2
2010-03-13LaTeX reader: don't treat \section as inline LaTeX.fiddlosopher1-1/+2
2010-03-13LaTeX reader: recognize nonbreaking space ~.fiddlosopher1-1/+5
2010-03-13Use template variables for include-before/after.fiddlosopher26-69/+113
2010-03-13OpenDocument writer: handle tables with no headers.fiddlosopher2-1/+87
2010-03-13Man writer: properly handle headerless tables.fiddlosopher2-2/+64
2010-03-13Texinfo writer: fixed headerless tables.fiddlosopher2-1/+38
2010-03-11RST writer: Fixed headerless tables.fiddlosopher3-2/+57
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