Change img url http -> https where possible for cleaner gh-pages console

This commit is contained in:
Niklas Fasching 2018-12-11 20:55:02 +01:00
parent 8a30adf1f2
commit 7c082fc627
6 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ captioned soure block
</figcaption> </figcaption>
</figure> </figure>
<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) captioned link (image in this case)
</figcaption> </figcaption>
</figure> </figure>
@ -21,7 +21,7 @@ note that the whole paragraph is captioned, so a linebreak is needed for images
</p> </p>
<figure> <figure>
<p> <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? see?
</p> </p>
<figcaption> <figcaption>

View file

@ -6,11 +6,11 @@ echo "i have a caption!"
#+END_SRC #+END_SRC
#+CAPTION: captioned link (image in this case) #+CAPTION: captioned link (image in this case)
[[http://placekitten.com/200/200#.png]] [[https://placekitten.com/200/200#.png]]
note that the whole paragraph is captioned, so a linebreak is needed for images to caption correctly note that the whole paragraph is captioned, so a linebreak is needed for images to caption correctly
#+CAPTION: captioned link (image in this case) #+CAPTION: captioned link (image in this case)
[[http://placekitten.com/200/200#.png]] [[https://placekitten.com/200/200#.png]]
see? see?

View file

@ -91,12 +91,12 @@ regular link to a file (video) <video src="my-video.mp4" title="my-video.mp4">my
</li> </li>
<li> <li>
<p> <p>
regular link to http (image) <img src="http://www.example.com/my-img.png" alt="http://www.example.com/my-img.png" title="http://www.example.com/my-img.png" /> regular link to http (image) <img src="http://placekitten.com/200/200#.png" alt="http://placekitten.com/200/200#.png" title="http://placekitten.com/200/200#.png" />
</p> </p>
</li> </li>
<li> <li>
<p> <p>
regular link to https (image) <img src="https://www.example.com/my-img.png" alt="https://www.example.com/my-img.png" title="https://www.example.com/my-img.png" /> regular link to https (image) <img src="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" />
</p> </p>
</li> </li>
<li> <li>

View file

@ -23,6 +23,6 @@
2. regular link [[https://example.com][example.com]] link with description 2. regular link [[https://example.com][example.com]] link with description
3. regular link to a file (image) [[file:my-img.png]] 3. regular link to a file (image) [[file:my-img.png]]
4. regular link to a file (video) [[my-video.mp4]] 4. regular link to a file (video) [[my-video.mp4]]
5. regular link to http (image) [[http://www.example.com/my-img.png]] 5. regular link to http (image) [[http://placekitten.com/200/200#.png]]
6. regular link to https (image) [[https://www.example.com/my-img.png]] 6. regular link to https (image) [[https://placekitten.com/200/200#.png]]
7. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com 7. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com

View file

@ -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 and an image with custom html attributes and a caption
</p> </p>
<figure> <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> <figcaption>
kittens! kittens!
</figcaption> </figcaption>

View file

@ -10,4 +10,4 @@ echo "a bash source block with custom html attributes"
and an image with custom html attributes and a caption and an image with custom html attributes and a caption
#+CAPTION: kittens! #+CAPTION: kittens!
#+ATTR_HTML: :style "border: 10px solid black" #+ATTR_HTML: :style "border: 10px solid black"
[[http://placekitten.com/200/200#.png]] [[https://placekitten.com/200/200#.png]]