BlogLiterately-0.8.1.6: A tool for posting Haskelly articles to blogs

Copyright(c) 2012 Brent Yorgey
LicenseGPL (see LICENSE)
MaintainerBrent Yorgey <byorgey@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Text.BlogLiterately.LaTeX

Description

Utilities for working with embedded LaTeX.

Synopsis

Documentation

wpTeXify :: Pandoc -> Pandoc Source

WordPress can render LaTeX, but expects it in a special non-standard format ($latex foo$). The wpTeXify function formats LaTeX code using this format so that it can be processed by WordPress.