aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Removed web directory (empty).fiddlosopher0-0/+0
2010-03-20Removed web directory.fiddlosopher10-386/+0
2010-03-20Removed unneeded things from web directory.fiddlosopher5-468/+0
2010-03-20Improved contributor list.fiddlosopher1-3/+4
2010-03-20Fixed indent in README.fiddlosopher1-3/+3
2010-03-20Updated changelog.fiddlosopher1-0/+2
2010-03-20HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher1-10/+11
2010-03-19Updated date on README.fiddlosopher1-1/+1
2010-03-19More fixes to web Makefile.fiddlosopher1-1/+4
2010-03-19Tweaks to web page.fiddlosopher1-6/+7
2010-03-19Updated web Makefile.fiddlosopher1-1/+1
2010-03-19Updated web demos to include --mathml.fiddlosopher1-1/+2
2010-03-19Updated web page.fiddlosopher1-0/+42
2010-03-19Tweaked changelog.fiddlosopher1-11/+5
2010-03-19Changed copyright date range for -v.fiddlosopher1-1/+1
2010-03-19Changes to Windows installer.fiddlosopher2-3/+1
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