pandoc/src/Text/Pandoc/Writers
John MacFarlane e76b672414 LaTeX writer: don't use lstinline it \item[..].
If you do, the contents of item disappear or are misplaced.
Use `\texttt` instead.

Closes #645.
2017-04-28 12:03:59 +02:00
..
AsciiDoc.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
CommonMark.hs Use smallcaps class for SmallCaps in CommonMark writer. 2017-03-04 14:43:52 +01:00
ConTeXt.hs ConTeXt writer: converted to use PandocMonad. 2017-03-10 20:54:52 +01:00
Custom.hs Avoid repeating StackValue instances definitions 2017-04-14 19:07:55 +02:00
Docbook.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Docx.hs Docx writer: don't take "distArchive" from datadir. 2017-04-10 23:59:32 +02:00
DokuWiki.hs Converted DokuWiki writer to use PandocMonad. 2017-03-12 23:15:22 +01:00
EPUB.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
FB2.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Haddock.hs Reuse Writers.Shared.gridTable in Haddock writer. 2017-03-21 10:20:18 +01:00
HTML.hs HTML line block: Use class instead of style attribute. 2017-04-25 23:07:30 +02:00
ICML.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
JATS.hs JATS writer: put references in <back>. 2017-03-31 11:07:09 +02:00
LaTeX.hs LaTeX writer: don't use lstinline it \item[..]. 2017-04-28 12:03:59 +02:00
Man.hs Man writer: Fix handling of nested font commands. 2017-04-12 12:23:29 +02:00
Markdown.hs Markdown writer: don't emit a simple table if simple_tables disabled. 2017-03-24 16:11:56 +01:00
Math.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
MediaWiki.hs MediaWiki writer: don't softbreak lines inside list items. 2017-03-26 20:41:09 +02:00
Ms.hs Ms writer: make use of already defined render' (#3613) 2017-04-28 10:04:09 +02:00
Muse.hs Muse writer: Do not reflow directives (#3614) 2017-04-28 10:03:39 +02:00
Native.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
ODT.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
OpenDocument.hs OpenDocument writer: wider labels for lists. 2017-04-01 12:27:40 +02:00
OPML.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Org.hs Fix compiler warning. 2017-03-30 23:03:57 +02:00
RST.hs RST writer: improve grid table output, fix bug with empty rows. 2017-03-21 14:16:46 +01:00
RTF.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Shared.hs Pipe tables: impose minimum cell size. 2017-03-23 16:54:47 +01:00
TEI.hs Removed unused symbol. 2017-03-13 22:21:50 +01:00
Texinfo.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Textile.hs Textile writer: moved into PandocMonad. 2017-03-30 21:37:13 +02:00
ZimWiki.hs ZimWiki writer: put in PandocMonad, added warnings for raw. 2017-03-30 21:43:22 +02:00