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.org
vendored
4
org/testdata/captions.org
vendored
|
@ -6,11 +6,11 @@ echo "i have a caption!"
|
|||
#+END_SRC
|
||||
|
||||
#+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
|
||||
|
||||
#+CAPTION: captioned link (image in this case)
|
||||
[[http://placekitten.com/200/200#.png]]
|
||||
[[https://placekitten.com/200/200#.png]]
|
||||
see?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue