aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Moved generic grid table functions from RST reader -> Parsing.John MacFarlane2-76/+91
2010-07-05Comment change in Templates (thanks to Alexander Hirzel).John MacFarlane1-1/+1
2010-07-05Version bump to 1.6, due to removed functions.John MacFarlane1-1/+1
2010-07-05Don't allow colon in autogenerated HTML identifiers.John MacFarlane1-2/+2
2010-07-05Documented EPUB writer and --epub-{stylesheet,metadata} options.John MacFarlane2-15/+58
2010-07-05Made -Wall clean.John MacFarlane1-1/+1
2010-07-05Removed links (internal and external).John MacFarlane1-15/+17
2010-07-05Process user-supplied EPUB metadata.John MacFarlane1-7/+21
2010-07-05Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane2-0/+14
2010-07-05Removed writerInclude{Before,After} from WriterOptions.John MacFarlane2-12/+0
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane5-58/+90
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane9-512/+552
2010-07-05Added an EPUB writer.John MacFarlane6-4/+382
2010-07-05Made a proper ODT writer.John MacFarlane5-117/+102
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane5-92/+92
2010-06-30Let markdown2pdf recognize citeproc options.John MacFarlane1-1/+2
2010-06-28Add birdtracks to lhs in HTML when compiled wo -fhighlighting.John MacFarlane1-1/+4
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane6-50/+67
2010-05-07Use explicit imports from Data.Generics.John MacFarlane1-1/+1
2010-05-06UTF8: Modified readFile and getContents to strip BOM if present.John MacFarlane1-2/+9
2010-05-06Updated man page and README.John MacFarlane2-6/+3
2010-05-06No longer need to set LANG in RunTests.John MacFarlane1-2/+1
2010-05-06Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane4-56/+35
2010-05-06Added Text.Pandoc.UTF8 for portable UTF8 string IO.John MacFarlane2-0/+66
2010-05-04Convert command-line arguments to UTF8.John MacFarlane1-1/+2
2010-04-26Changed rawLaTeXInline to accept '\section', '\begin', etc.John MacFarlane1-3/+8
2010-04-26Man writer: convert math to unicode when possible.John MacFarlane2-10/+10
2010-04-25Use texmath's parser in TexMath module.John MacFarlane8-336/+83
2010-04-25RunTests: use UTF8 no matter what the locale.John MacFarlane1-4/+8
2010-04-23Removed parsec < 3 restriction.John MacFarlane1-1/+1
2010-04-20Added 'threaded' flag.John MacFarlane1-3/+9
2010-04-10In parsing smart quotes, leave unicode curly quotes alone.John MacFarlane1-14/+12
2010-04-10Removed obsolete markdown2pdf script.John MacFarlane1-136/+0
2010-04-10Removed 'library' Cabal flag.John MacFarlane2-14/+7
2010-04-10Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke3-1/+19
2010-04-09Updated HCAR entry.John MacFarlane1-12/+16
2010-04-06Removed markdown2pdf from list of data-files.John MacFarlane1-3/+1
2010-03-29Updated version in windows setup file.John MacFarlane1-1/+1
2010-03-29Bumped version to 1.5.1.1, updated changelog.John MacFarlane2-1/+8
2010-03-28Shared: Fixed uniqueIdent so it behaves as described in README.John MacFarlane1-33/+34
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane9-11/+75
2010-03-27Removed unneeded single quotes in README.John MacFarlane1-4/+4
2010-03-23Updated RELEASE-CHECKLIST.John MacFarlane1-2/+4
2010-03-23Updated changelog.John MacFarlane1-8/+14
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2-5/+8
2010-03-23Shared: Export unescapeURI.John MacFarlane1-2/+9
2010-03-23Properly escape URIs in all readers.John MacFarlane4-44/+37
2010-03-23Added multilingual URL tests for markdown reader.John MacFarlane2-1/+13
2010-03-23Shared: Rewrote uri and emailAddress to return original text + escaped URI.John MacFarlane1-12/+17
2010-03-23Shared: enamed stringToURI -> escapeURI.John MacFarlane1-4/+4