pandoc/src/Text/Pandoc/Writers
John MacFarlane adaae082fc Fixed problem with inline code in ConTeXt writer.
Previously `}` would be rendered '\type{}}'.
Now we check the string for '}' and '{'. If it contains neither,
use \type{}; otherwise use \mono{} with an escaped version of the
string.

Note:  There are some issues using the \type!str! form, including
differences btw mkii and mkiv. For now this is a conservative fix.
Perhaps in the future we can use \type!str!.  See the discussion on
pandoc-discuss s.v. "Bug in context writer".
2011-01-19 11:53:00 -08:00
..
ConTeXt.hs Fixed problem with inline code in ConTeXt writer. 2011-01-19 11:53:00 -08:00
Docbook.hs Use <chapter> for top docbook header if template has <book>. 2011-01-16 08:59:53 -08:00
EPUB.hs Use functions from Text.Pandoc.Generic instead of processWith(M). 2010-12-24 13:39:27 -08:00
HTML.hs HTML writer: Add ids to <section> tags. 2011-01-15 22:35:25 -08:00
LaTeX.hs Added --chapters option affecting docbook and latex. 2011-01-16 08:58:29 -08:00
Man.hs Man writer: updated to use Pretty. 2010-12-22 00:22:13 -08:00
Markdown.hs Markdown writer: blank line after delimited code block. 2011-01-06 16:53:21 -08:00
MediaWiki.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Native.hs Moved Pandoc prettyprinting code from Shared to new Native writer. 2010-07-05 00:06:27 -07:00
ODT.hs Use functions from Text.Pandoc.Generic instead of processWith(M). 2010-12-24 13:39:27 -08:00
OpenDocument.hs OpenDocument writer: Updated to use Pretty. 2010-12-21 16:59:17 -08:00
Org.hs Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
RST.hs RST writer: blank line after literate Haskell code block. 2011-01-06 21:03:08 -08:00
RTF.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Texinfo.hs Texinfo writer: Updated to use Pretty. 2010-12-22 11:43:43 -08:00
Textile.hs Use [] for superscripts and subscripts in textile writer. 2010-11-27 10:44:58 -08:00