Open
Description
-
Allowing externally hosted images creates an information leak wherein the external host receives traffic from users, revealing their IP, browser info and referrer. Some use cases may also require disallowing embedded images entirely.
-
Naked URLs on a paragraph by themselves should be converted into embeds where applicable (images, videos, tweets, etc)
Both require (a) additional flags to the Markdown parser, and (b) callbacks for custom processing, or custom extensions passed in.