aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-04Added Org-mode writerPuneeth Chaganti1-0/+2
2010-12-03Merge branch 'citeproc' into master.John MacFarlane1-43/+34
2010-12-03Use textile reader by default for .textile extension.John MacFarlane1-0/+1
2010-12-03Basic Textile Readerpaul.rivier1-0/+1
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane1-0/+1
2010-11-27Merge branch 'textile'John MacFarlane1-0/+1
2010-11-23More flexible handling of --csl.John MacFarlane1-2/+10
2010-11-23Removed citeproc flag and CPP conditionals.John MacFarlane1-18/+0
2010-11-20Citation related changes.John MacFarlane1-22/+9
2010-11-19Use default biblio.{xml,json,bib} in pandoc data dir if none specified.John MacFarlane1-21/+23
2010-11-18If --csl not specified, read from data files or default.John MacFarlane1-6/+23
2010-11-16Removed unneeded format argument in call to readBiblioFile.John MacFarlane1-1/+1
2010-11-13Improve handling of bibliography not found error.John MacFarlane1-1/+5
2010-11-13Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane1-18/+9
2010-11-12Merge branch 'master' into citeprocJohn MacFarlane1-3/+4
2010-11-12Treat argument as URI only if it has http(s) scheme.John MacFarlane1-3/+4
2010-10-27Changes to use citeproc 0.3.John MacFarlane1-1/+1
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane1-0/+6
2010-10-26Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane1-2/+3
2010-10-24Changed --help message for --variable to KEY:VALUE.John MacFarlane1-1/+1
2010-09-10Encode filenames as UTF8.John MacFarlane1-2/+2
2010-07-24--offline implies --standalone.John MacFarlane1-1/+2
2010-07-22Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane1-1/+1
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane1-6/+3
2010-07-22Extended --offline to s5.John MacFarlane1-1/+4
2010-07-22Added new --offline option for slidy.John MacFarlane1-5/+20
2010-07-22Export HTMLSlideVariant in Text.Pandoc.John MacFarlane1-1/+1
2010-07-21Avoid shadowing when compiling with citeproc.John MacFarlane1-4/+4
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-07-15Added --section-divs option.John MacFarlane1-0/+9
2010-07-15Added --webtex option for HTML math.John MacFarlane1-3/+15
2010-07-13Added a slidy writer.John MacFarlane1-5/+11
2010-07-11Moved headerShift from pandoc.hs to Shared.John MacFarlane1-7/+2
2010-07-08Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane1-10/+7
2010-07-08Added writerUserDataDir to WriterOptions.John MacFarlane1-3/+3
2010-07-08Added writerSourceDirectory to WriterOptions.John MacFarlane1-7/+9
2010-07-05Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane1-0/+12
2010-07-05Removed writerInclude{Before,After} from WriterOptions.John MacFarlane1-8/+0
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane1-5/+1
2010-07-05Added an EPUB writer.John MacFarlane1-1/+19
2010-07-05Made a proper ODT writer.John MacFarlane1-15/+16
2010-05-17Added Textile writer module.John MacFarlane1-0/+1
2010-05-06Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane1-29/+22
2010-05-04Convert command-line arguments to UTF8.John MacFarlane1-1/+2
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-19Changed copyright date range for -v.fiddlosopher1-1/+1
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-4/+13
2010-03-18Better heuristics for guessing reader to use.fiddlosopher1-6/+9
2010-03-18Added plain writer.fiddlosopher1-0/+1
2010-03-18Refactored handler for base-header-level option.fiddlosopher1-11/+15