summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'citeproc' into master.John MacFarlane2010-12-03
|\
| * Added --data-dir to valid options for markdown2pdf.John MacFarlane2010-12-02
| * Tweaked command-line options allowed by markdown2pdf.John MacFarlane2010-12-02
| * Merge branch 'master' into citeprocJohn MacFarlane2010-11-28
| |\
| * | Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
| * | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
| |\ \
| * \ \ Merge branch 'master' into citeprocJohn 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | Added support for textual citations (but not yet markdown syntax).John MacFarlane2010-11-11
| * | | | | | | Merge branch 'master' into citeprocJohn MacFarlane2010-11-09
| |\ \ \ \ \ \ \
| * | | | | | | | Removed CITEPROC CPP conditionals from library code.John MacFarlane2010-11-06
| * | | | | | | | Changes to use citeproc-hs 0.3.John MacFarlane2010-11-06
| * | | | | | | | Removed Text.Pandoc.Definition, bump version to 1.7.John MacFarlane2010-11-05
| * | | | | | | | Biblio: small fix to detection of punctuation (A. Rossato).John MacFarlane2010-11-04
| * | | | | | | | Biblio: Improve footnote generation.John MacFarlane2010-11-03
| * | | | | | | | Improve footnote generation of in-text citations w/ note styles.John MacFarlane2010-11-02
| * | | | | | | | Changes to use citeproc 0.3.John MacFarlane2010-10-27
* | | | | | | | | Textile reader: temporarily removed smartPunctuation.John MacFarlane2010-12-03
* | | | | | | | | Textile reader: added hrule parser.John MacFarlane2010-12-03
* | | | | | | | | Textile reader: Turn on smart punctuation by default.John MacFarlane2010-12-03