pandoc/src/Text/Pandoc/Writers
gohai f51757bd16 Fix InDesign crash with URLs containing more than one colon character
Colons are valid characters in URLs, and used e.g. by the Internet Archive's Wayback Machine - a popular resource amongst researchers. When InDesign encounters a HyperlinkURLDestination with more than one colon character in it, it crashes when placing the ICML. (This was tested against CS6.) The IDML specification hints at this requirement in section 6.4.1: "The colon apppears in the Name attribute of the style, but is encoded as %3a when it appears in the Self attribute". Follow this example for all colon characters in URLs.
2015-06-09 15:46:23 +02:00
..
AsciiDoc.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
CommonMark.hs Added CommonMark writer. 2015-03-29 23:42:42 -07:00
ConTeXt.hs ConTeXt writer: Add reference anchors to Div with ids. 2015-05-28 17:46:26 -07:00
Custom.hs Custom writer: fixed some compiler warnings for ghc < 7.10. 2015-05-31 21:18:26 +02:00
Docbook.hs DocBook writer: add id to para if in Div with id element. 2015-05-20 10:55:06 -07:00
Docx.hs Better fix for #2187. 2015-05-28 18:15:01 -07:00
DokuWiki.hs DokuWiki writer: Use proper <code> tags for code blocks. 2015-06-07 11:29:47 -07:00
EPUB.hs Fixed compiler warning. 2015-05-27 11:22:39 -07:00
FB2.hs FB2 writer: Add newline to output. 2014-12-15 22:14:29 -08:00
Haddock.hs Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 2014-07-19 18:10:59 +01:00
HTML.hs Revealjs: allow 'center' to be set to false. 2015-05-27 11:04:38 -07:00
ICML.hs Fix InDesign crash with URLs containing more than one colon character 2015-06-09 15:46:23 +02:00
LaTeX.hs LaTeX/beamer: added setotherlanguages in polyglossia. 2015-05-27 12:15:50 -07:00
Man.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Markdown.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
MediaWiki.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Native.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
ODT.hs Better fix for #2187. 2015-05-28 18:15:01 -07:00
OpenDocument.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
OPML.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Org.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
RST.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
RTF.hs Improved warnings when image size can't be determined. 2015-05-09 23:56:53 -07:00
Shared.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Texinfo.hs Texinfo writer: Removed tabs from source. 2015-05-28 13:01:43 -07:00
Textile.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00