pandoc/src/Text/Pandoc/Writers
John MacFarlane ec3992b2f0 Use revealjs's math plugin for mathjax.
This is a thin wrapper around mathjax that makes math look better
on revealjs.

See https://github.com/hakimel/reveal.js/#mathjax

We do this by setting the 'mathjax' boolean variable and
using it in the revealjs template. Also, for revealjs
and mathjax, we don't assign the usual thing to the 'math'
variable, since it's handled by mathjax config.

Closes #3743.
2017-06-18 11:44:21 +02:00
..
AsciiDoc.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
CommonMark.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
ConTeXt.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Custom.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Docbook.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Docx.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
DokuWiki.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
EPUB.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
FB2.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Haddock.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
HTML.hs Use revealjs's math plugin for mathjax. 2017-06-18 11:44:21 +02:00
ICML.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
JATS.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
LaTeX.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Man.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Markdown.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Math.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
MediaWiki.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Ms.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Muse.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Native.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
ODT.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
OpenDocument.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
OPML.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Org.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
RST.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
RTF.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Shared.hs Writers.Shared: metaToJSON, generalized type so it can take a Text. 2017-06-10 23:10:33 +02:00
TEI.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Texinfo.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Textile.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
ZimWiki.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00