aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher1-4/+5
2008-11-02Revert "Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code b...fiddlosopher1-2/+0
2008-11-01Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher1-1/+1
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher1-1/+1
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher1-11/+6
2008-10-31Markdown reader: allow URLs containing spaces.fiddlosopher1-6/+11
2008-10-28Added --jsmath option.fiddlosopher2-0/+9
2008-10-25Changed compactify in Text.Pandoc.Shared - better heuristic.fiddlosopher1-16/+15
2008-10-19Don't print a line break between a footnote and immediately following nonspacefiddlosopher1-6/+15
2008-10-18HTML reader: Don't interpret contents of <pre> blocks as markdown.fiddlosopher1-1/+13
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher1-4/+5
2008-10-16Added colons to protocols in unsanitaryURI in HTML reader.fiddlosopher1-10/+10
2008-09-23Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher1-1/+1
2008-09-16Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.fiddlosopher1-0/+2
2008-09-15HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.fiddlosopher1-3/+7
2008-09-12Changed list parser so that only the starting list marker matters:fiddlosopher1-45/+34
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher13-50/+44
2008-09-08Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.fiddlosopher1-1/+1
2008-09-06LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher1-3/+10
2008-09-06LaTeX reader: Removed specialEnvironment parser.fiddlosopher1-7/+0
2008-09-06LaTeX reader: minor improvements.fiddlosopher1-7/+9
2008-09-06LaTeX reader: Fixed regression in list parsingfiddlosopher1-3/+3
2008-09-06LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher1-20/+41
2008-09-06MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher1-1/+1
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher8-15/+15
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher3-116/+68
2008-09-02Modified Text.Pandoc.Biblio to fit new citeproc API.fiddlosopher1-5/+5
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher1-134/+0
2008-08-26LaTeX reader: Parse "code" environments as verbatim (lhs).fiddlosopher1-15/+9
2008-08-14Simplified and improved UTF8 handling:fiddlosopher5-95/+1
2008-08-14PDF writer: Close output file handle after waitForProcess.fiddlosopher1-1/+2
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher17-77/+91
2008-08-12Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher1-8/+1
2008-08-12Small haddock documentation fix. (Andrea Rossato)fiddlosopher1-2/+2
2008-08-12Patches to Text.Pandoc.Biblio for new citeproc API.fiddlosopher1-13/+10
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2-13/+37
2008-08-11ODT writer: Use '/', even on Windows, as path separator in xlink attributefiddlosopher1-4/+4
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher1-6/+4
2008-08-10Man writer: don't escape " as \".fiddlosopher1-1/+1
2008-08-10Debian packaging changes:fiddlosopher1-1/+1
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher1-104/+98
2008-08-10Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher2-5/+146
2008-08-09Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2-2/+2
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher4-8/+84
2008-08-06Small improvements to citation parsing in markdown reader.fiddlosopher1-4/+4
2008-08-05Allow parsing of multiline citations.fiddlosopher1-2/+2
2008-08-05Text/Pandoc/Biblio.hs - made getRefs point-free.fiddlosopher1-1/+1
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher5-2/+127
2008-08-04Added Cite element to definition and writers.fiddlosopher11-8/+41
2008-08-03Improved configuration options and CPP macros.fiddlosopher4-3/+17