aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane5-15/+40
Added --mathjax option. Added MathJax to HTMLMathMethod. Supported MathJax in HTML writer. Resolves Issue #259.
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
Example: \newcommand{\plus}[2]{#1 + #2} $\plus{3}{4}$ yields: 3+4
2010-10-24Added fontsize variable to default latex template.John MacFarlane1-1/+1
This makes it easy to set the font size using markdown2pdf or pandoc: markdown2pdf -V fontsize=12pt input.txt
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane4-12/+16
This avoids unwanted interpretation as optional arguments in some contexts, which caused the brackets to silently disappear!
2010-10-24Changed --help message for --variable to KEY:VALUE.John MacFarlane1-1/+1
Was previously FILENAME.
2010-10-19TeXMath: handle variables modified with \acute, \bar, etc.John MacFarlane1-0/+15
Complete list: \acute, \grave, \breve, \check, \dot, \mathring, \vec, \overrightarrow, \overleftarrow, \hat, \tilde, \bar.
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
Resolves Issue #252 (pandoc doesn't properly handle unicode filenames).
2010-08-01gladTeX HTML - specify ENV for display or inline.John MacFarlane1-1/+3
Thanks to Jonathan Daugherty for the patch. The gladTeX program gives finer control over the LaTeX environment used to render its input. The latest version (1.1) uses the "displaymath" environment by default, which is nice for large, block-level equations, but it isn't so nice for inline math (where "math" is more appropriate). This patch causes the HTML writer to differentiate between the two by explicitly setting the LaTeX environment on the generated EQ tag.
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
Now it doesn't export a writer, just some CSS and JS.
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
Now s5 is handled in more or less the same way as slidy, as a variant of HTML.
2010-07-22Extended --offline to s5.John MacFarlane4-517/+19
S5 default is now to include links, rather than a full copy of scripts and stylesheets.
2010-07-22Added new --offline option for slidy.John MacFarlane7-19/+59
Added slidy/slidy.min.{css,js}.
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
This avoids a problem on Windows reading from stdin. Previously we'd get an error from hGetBufNonBlocking.
2010-07-21Reintroduced 'library' cabal flag.John MacFarlane3-22/+51
It is needed for the Windows installer, since if a library is produced, the binary can't be made relocatable. See http://www.haskell.org/ghc/docs/6.12.2/html/Cabal/builders.html section 4.1.2.3.
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
Resolves github Issue 1.
2010-07-20Made spacing at end of output more consistent.John MacFarlane50-67/+10
Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element.
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
Use gzipped version of script for faster loading. Rearranged cover page.
2010-07-16Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane5-66/+31