summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'master' into citeprocJohn MacFarlane2010-11-28
|\
| * Markdown parser performance improvement.John MacFarlane2010-11-28
* | Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
* | 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
* | Merge branch 'master' into citeprocJohn 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
* | | 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
* | | More flexible handling of --csl.John MacFarlane2010-11-23
* | | Removed citeproc flag and CPP conditionals.John MacFarlane2010-11-23
* | | Check biblio for all citations, not just textual.John MacFarlane2010-11-22
* | | HTML reader: Export htmlTag.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
* | | 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
* | | Biblio: don't add footnote if empty.John MacFarlane2010-11-16
* | | Improve handling of bibliography not found error.John MacFarlane2010-11-13
* | | Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane2010-11-13
* | | Repairs to citation parser + citation test suite.John MacFarlane2010-11-12
* | | Merge branch 'master' into citeprocJohn MacFarlane2010-11-12
|\| |
| * | Treat argument as URI only if it has http(s) scheme.John MacFarlane2010-11-12
* | | Revised citation parsers for markdown reader.John MacFarlane2010-11-12
* | | Biblio: Use a Map for the lookup table.John MacFarlane2010-11-11
* | | Merge branch 'master' into citeprocJohn MacFarlane2010-11-11
|\| |
| * | HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane2010-11-11
* | | Added support for textual citations (but not yet markdown syntax).John MacFarlane2010-11-11
* | | Merge branch 'master' into citeprocJohn MacFarlane2010-11-09
|\| |
| * | Allow HTML comments as inline elements in markdown.John MacFarlane2010-11-09
| * | --mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane2010-10-31
* | | Removed CITEPROC CPP conditionals from library code.John MacFarlane2010-11-06
* | | Changes to use citeproc-hs 0.3.John MacFarlane2010-11-06