aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-22Improved cutUp function, removed extra </div>John MacFarlane1-10/+12
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane7-80/+79
2010-07-22Extended --offline to s5.John MacFarlane4-517/+19
2010-07-22Added new --offline option for slidy.John MacFarlane7-19/+59
2010-07-22Slidy writer: Avoid spurious blank page.John MacFarlane1-1/+5
2010-07-22Export HTMLSlideVariant in Text.Pandoc.John MacFarlane2-1/+2
2010-07-22Require texmath >= 0.3, adjusted for new elements.John MacFarlane2-1/+4
2010-07-21Changed to using strict bytestrings in UTF8 module.John MacFarlane1-2/+2
2010-07-21Reintroduced 'library' cabal flag.John MacFarlane3-22/+51
2010-07-21Avoid shadowing when compiling with citeproc.John MacFarlane1-4/+4
2010-07-21Updated --data-dir documentation to include epub.css.John MacFarlane2-4/+6
2010-07-20Updated windows setup file.John MacFarlane1-1/+2
2010-07-20Updated changelog.John MacFarlane1-0/+175
2010-07-20Added amssymb to default latex template.John MacFarlane4-4/+4
2010-07-20Made spacing at end of output more consistent.John MacFarlane50-67/+10
2010-07-18Slidy writer: create new slide at every level 1 header.John MacFarlane2-6/+7
2010-07-19Update .gitignore.Ilya V. Portnov1-0/+2
2010-07-18Slidy template: small improvements.John MacFarlane1-4/+4
2010-07-16Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane5-66/+31