summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added --data-dir to valid options for markdown2pdf.John MacFarlane2010-12-02
* Tweaked command-line options allowed by markdown2pdf.John MacFarlane2010-12-02
* Added --bibliography and --csl to pandoc man page.John MacFarlane2010-12-02
* Merge branch 'master' into citeprocJohn MacFarlane2010-11-28
|\
| * Markdown parser performance improvement.John MacFarlane2010-11-28
* | Revamped tests, using markdown output instead of HTML.John MacFarlane2010-11-28
* | Citation tests: removed spurious double-spaces.John MacFarlane2010-11-28
* | Updated citation tests to use en-dash between ranges.John MacFarlane2010-11-28
* | Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
* | Fixed spacing in ieee citation test.John MacFarlane2010-11-27
* | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
|\|
| * OpenDocument writer: don't print raw TeX.John MacFarlane2010-11-27
* | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
|\|
| * LaTeX writer: Escape curly quotes.John MacFarlane2010-11-27
* | Biblio: If locator ends with ",", add it to the suffix.John MacFarlane2010-11-27
* | Added procOpts parameter to citeproc call.John MacFarlane2010-11-27
* | Removed extra line break from citation test output.John MacFarlane2010-11-27
* | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
|\|
| * Minor adjustment in textile test suite.John MacFarlane2010-11-27
| * Merge branch 'textile'John MacFarlane2010-11-27
| |\
| | * Use [] for superscripts and subscripts in textile writer.John MacFarlane2010-11-27
| | * Fixed spacing problems in textile nested lists.John MacFarlane2010-11-27
| | * Added Textile writer module.John MacFarlane2010-05-17
| * | Updated HCAR entry.John MacFarlane2010-11-16
* | | Use parsec parsers to split locator.John MacFarlane2010-11-27
* | | Added 'stringify' to Text.Pandoc.Shared.John MacFarlane2010-11-27
* | | Markdown suffix parser fix.John MacFarlane2010-11-26
* | | Split locator and suffix in Biblio rather than Markdown parser.John MacFarlane2010-11-26
* | | Set HOME in RunTests.John MacFarlane2010-11-26
* | | More flexible handling of --csl.John MacFarlane2010-11-23
* | | Removed citeproc flag and CPP conditionals.John MacFarlane2010-11-23
* | | Fixed eol mistake in test.John MacFarlane2010-11-22
* | | Check biblio for all citations, not just textual.John MacFarlane2010-11-22
* | | Changed markdown citation tests.John MacFarlane2010-11-22
* | | Updated markdown-citations test for new citeproc changes.John MacFarlane2010-11-21
* | | HTML reader: Export htmlTag.John MacFarlane2010-11-20
* | | Made citeproc flag default to True.John MacFarlane2010-11-20
* | | Biblio: Check for == rather than /=.John MacFarlane2010-11-20
* | | Citation related changes.John MacFarlane2010-11-20
* | | Use default biblio.{xml,json,bib} in pandoc data dir if none specified.John MacFarlane2010-11-19
* | | Shared: Added findFirstFile, findDataFile, refactored readDataFile.John MacFarlane2010-11-19
* | | Markdown citation parser: small refactoring for clarity.John MacFarlane2010-11-18
* | | If --csl not specified, read from data files or default.John MacFarlane2010-11-18
* | | Added default.csl to data files.John MacFarlane2010-11-18
* | | Markdown citation parser improvements and test updates.John MacFarlane2010-11-18
* | | Markdown reader: Revised parser for new citation syntax.John MacFarlane2010-11-18
* | | Biblio: Removed stringify; pass inline list to citeproc.John MacFarlane2010-11-17
* | | Don't pass a [Str ""] as citationPrefix.John MacFarlane2010-11-17
* | | Updated for changes in Citaiton type.John MacFarlane2010-11-16
* | | Removed unneeded format argument in call to readBiblioFile.John MacFarlane2010-11-16