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

MaintainerBrent Yorgey <byorgey@gmail.com>
Safe HaskellNone

Text.BlogLiterately.LaTeX

Description

Utilities for working with embedded LaTeX.

Synopsis

Documentation

wpTeXify :: Pandoc -> PandocSource

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.