pandoc/src/Text/Pandoc/Writers
John MacFarlane 45895b561f RST writer: Fixes bug with links with duplicate text.
We now (a) use anonymous links for links with inline URLs, and
(b) use an inline link instead of a reference link if the
reference link would require a label that has already been
used for a different link.

Closes .
2013-01-13 23:00:05 -08:00
..
AsciiDoc.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
ConTeXt.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Docbook.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Docx.hs Refactoring: 2013-01-11 16:19:06 -08:00
EPUB.hs Revised EPUB writer given changes in header attributes. 2013-01-11 17:07:25 -08:00
FB2.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
HTML.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
LaTeX.hs Escape | as \vert in LaTeX math. 2013-01-12 10:21:19 -08:00
Man.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Markdown.hs Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes. 2013-01-12 22:44:01 -08:00
MediaWiki.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Native.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
ODT.hs Refactoring: 2013-01-11 16:19:06 -08:00
OpenDocument.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Org.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
RST.hs RST writer: Fixes bug with links with duplicate text. 2013-01-13 23:00:05 -08:00
RTF.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Texinfo.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Textile.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00