-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to display images stored online
If non-nil, this option will download images from a remote server (if the URL is given with a white-listed protocol; by default only allowing HTTPS) and display them during the execution of `markdown-display-inline-images'. Absolute process-specific caching is employed to avoid double-downloading images. No `nice' means is yet given for the invalidation of this cache.
- Loading branch information
1 parent
906e97d
commit da1c825
Showing
2 changed files
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters