aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Set LANG in test runner.John MacFarlane1-1/+3
2010-11-12Treat argument as URI only if it has http(s) scheme.John MacFarlane1-3/+4
2010-11-12Added material for citation tests.John MacFarlane7-0/+980
2010-11-12Revised citation parsers for markdown reader.John MacFarlane1-44/+96
2010-11-11Biblio: Use a Map for the lookup table.John MacFarlane1-3/+4
2010-11-11Merge branch 'master' into citeprocJohn MacFarlane2-5/+5
2010-11-11Added support for textual citations (but not yet markdown syntax).John MacFarlane2-19/+28
2010-11-11HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane2-5/+5
2010-11-09Merge branch 'master' into citeprocJohn MacFarlane4-20/+7
2010-11-09Allow HTML comments as inline elements in markdown.John MacFarlane2-3/+3
2010-11-06cabal file: Made library and executable build-depends match.John MacFarlane1-2/+3
2010-11-06Removed CITEPROC CPP conditionals from library code.John MacFarlane2-8/+0
2010-11-06Changes to use citeproc-hs 0.3.John MacFarlane3-94/+27
2010-11-05Removed Text.Pandoc.Definition, bump version to 1.7.John MacFarlane2-168/+3
2010-11-04Biblio: small fix to detection of punctuation (A. Rossato).John MacFarlane1-4/+4
2010-11-03Biblio: Improve footnote generation.John MacFarlane1-10/+24
2010-11-02Improve footnote generation of in-text citations w/ note styles.John MacFarlane1-24/+118
2010-10-31--mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane2-17/+4
2010-10-27Changes to use citeproc 0.3.John MacFarlane4-24/+101
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane5-15/+40
2010-10-26Added test for macros.John MacFarlane2-1/+9
2010-10-26Documented LaTeX macros.John MacFarlane1-0/+12
2010-10-26Bump version to 1.6.1.John MacFarlane1-1/+1
2010-10-26Parse blanklines after macro definitions.John MacFarlane1-1/+1
2010-10-26Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane4-8/+39
2010-10-24Added fontsize variable to default latex template.John MacFarlane1-1/+1
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane4-12/+16
2010-10-24Changed --help message for --variable to KEY:VALUE.John MacFarlane1-1/+1
2010-10-19TeXMath: handle variables modified with \acute, \bar, etc.John MacFarlane1-0/+15
2010-10-19TeXMath reader: handle \textit, \textbf, etc.John MacFarlane1-1/+5
2010-09-23Clarified that multiline tables don't support colspans or rowspans.John MacFarlane1-1/+2
2010-09-23Slight change in README on table cell spans.John MacFarlane1-2/+2
2010-09-10Encode filenames as UTF8.John MacFarlane2-4/+5
2010-08-01gladTeX HTML - specify ENV for display or inline.John MacFarlane1-1/+3
2010-07-24pandoc.cabal: Remove profiling options from 'else' clause.John MacFarlane1-2/+2
2010-07-24README - moved links to end.John MacFarlane1-19/+19
2010-07-24Minor formatting change.John MacFarlane1-0/+1
2010-07-24Minor formatting change.John MacFarlane1-2/+3
2010-07-24Revised format of changelog to match release announcement.John MacFarlane2-437/+299
2010-07-24Added slidy data files to windows installer.John MacFarlane1-0/+1
2010-07-24Added link to epub tutorial.John MacFarlane1-1/+3
2010-07-24--offline implies --standalone.John MacFarlane1-1/+2
2010-07-24Minor changelog changes.John MacFarlane1-1/+3
2010-07-24Added release announcement.John MacFarlane1-0/+270
2010-07-23Removed unnecessary item in changelog.John MacFarlane1-4/+0
2010-07-23Updated changelog.John MacFarlane1-0/+21
2010-07-23Revised description of slide formats.John MacFarlane1-58/+26
2010-07-22Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane4-16/+6
2010-07-22Removed spurious title in s5 template.John MacFarlane1-1/+0
2010-07-22Updated s5 tests.John MacFarlane2-40/+24