pandoc/src/Text/Pandoc
Albert Krewinkel ba5b426ded Org reader: ensure image sources are proper links
Image sources as those in plain images, image links, or figures, must be
proper URIs or relative file paths to be recognized as images.  This
restriction is now enforced for all image sources.

This also fixes the reader's usage of uncleaned image sources, leading
to `file:` prefixes not being deleted from figure
images (e.g. `[[file:image.jpg]]` leading to a broken image `<img
src="file:image.jpg"/>)

Thanks to @bsag for noticing this bug.
2016-08-09 20:27:08 +02:00
..
Compat Restored Text.Pandoc.Compat.Monoid. 2015-11-09 11:19:25 -08:00
Readers Org reader: ensure image sources are proper links 2016-08-09 20:27:08 +02:00
Writers LaTeX writer: don't use * for unnumbered paragraph, subparagraph. 2016-08-06 22:37:11 +02:00
Asciify.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
CSS.hs new function to extract multiple properties at once in CSS.hs 2015-12-13 21:40:12 +01:00
Data.hsb Rename README to MANUAL.txt 2016-07-20 21:16:45 +02:00
Emoji.hs Fixed Emoji character definitions. 2015-12-04 09:38:58 -08:00
Error.hs Fix out of index error in handleError 2016-08-06 22:06:37 +01:00
Highlighting.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
ImageSize.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
MediaBag.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
MIME.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Options.hs Changed email-obfuscation default to no obfuscation. 2016-06-20 10:37:23 -07:00
Parsing.hs Use liftM since otherwise Functor type constraint needen in ghc 7.8. 2016-07-15 12:02:37 -07:00
PDF.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Pretty.hs Fixed compiler warnings. 2016-07-14 23:38:44 -07:00
Process.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
SelfContained.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Shared.hs Rename README to MANUAL.txt 2016-07-20 21:16:45 +02:00
Slides.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Templates.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
UTF8.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
UUID.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
XML.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00