🚸 Prevent image processing on external URLs

This commit is contained in:
James Panther
2022-02-06 11:26:37 +11:00
parent dd3606d33d
commit 60a62e2b4b
4 changed files with 51 additions and 30 deletions
+5
View File
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Fixed
- Markdown images and `figure` shortcode fail to load resource when providing an external URL source
- HTML `figcaption` tags are output for Markdown images even when a caption is not provided
## [2.0.2] - 2022-02-05
### Changed