BlogLiterately-0.8.8.1: A tool for posting Haskelly articles to blogs
Copyright(c) 2012 Brent Yorgey
LicenseGPL (see LICENSE)
MaintainerBrent Yorgey <byorgey@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.BlogLiterately.LaTeX

Description

Utilities for working with embedded LaTeX.

Synopsis

Documentation

rawTeXify :: Pandoc -> Pandoc Source #

Pass LaTeX through unchanged.

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.