Change img url http -> https where possible for cleaner gh-pages console
This commit is contained in:
parent
8a30adf1f2
commit
7c082fc627
6 changed files with 10 additions and 10 deletions
4
org/testdata/captions.html
vendored
4
org/testdata/captions.html
vendored
|
@ -12,7 +12,7 @@ captioned soure block
|
|||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="http://placekitten.com/200/200#.png" alt="http://placekitten.com/200/200#.png" title="http://placekitten.com/200/200#.png" /><figcaption>
|
||||
<img src="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" /><figcaption>
|
||||
captioned link (image in this case)
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
@ -21,7 +21,7 @@ note that the whole paragraph is captioned, so a linebreak is needed for images
|
|||
</p>
|
||||
<figure>
|
||||
<p>
|
||||
<img src="http://placekitten.com/200/200#.png" alt="http://placekitten.com/200/200#.png" title="http://placekitten.com/200/200#.png" />
|
||||
<img src="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" />
|
||||
see?
|
||||
</p>
|
||||
<figcaption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue