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
2
org/testdata/keywords.html
vendored
2
org/testdata/keywords.html
vendored
|
@ -11,7 +11,7 @@ and <span style="text-decoration: underline;">multiple</span> lines of <strong>c
|
|||
and an image with custom html attributes and a caption
|
||||
</p>
|
||||
<figure>
|
||||
<img src="http://placekitten.com/200/200#.png" alt="http://placekitten.com/200/200#.png" title="http://placekitten.com/200/200#.png" style="border: 10px solid black"/>
|
||||
<img src="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" style="border: 10px solid black"/>
|
||||
<figcaption>
|
||||
kittens!
|
||||
</figcaption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue