mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-20 16:15:09 +00:00
fix #179: replace github images ressource by https instead of http
This commit is contained in:
parent
589cbd30de
commit
17bdacdd9f
2 changed files with 36 additions and 36 deletions
exampleSite/content/cont
|
@ -596,15 +596,15 @@ Content for chapter one.
|
|||
Images have a similar syntax to links but include a preceding exclamation point.
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
or
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
Like links, Images also have a footnote style syntax
|
||||
|
||||
|
@ -617,47 +617,47 @@ Like links, Images also have a footnote style syntax
|
|||
|
||||
With a reference later in the document defining the URL location:
|
||||
|
||||
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
|
||||
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
|
||||
### Resizing image
|
||||
|
||||
Add HTTP parameters `width` and/or `height` to the link image to resize the image. Values are CSS values (default is `auto`).
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Add CSS classes
|
||||
|
||||
Add a HTTP `classes` parameter to the link image to add CSS classes. `shadow`and `border` are available but you could define other ones.
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
|
|
@ -598,15 +598,15 @@ Content for chapter one.
|
|||
Images have a similar syntax to links but include a preceding exclamation point.
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
or
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
Like links, Images also have a footnote style syntax
|
||||
|
||||
|
@ -619,47 +619,47 @@ Like links, Images also have a footnote style syntax
|
|||
|
||||
With a reference later in the document defining the URL location:
|
||||
|
||||
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
|
||||
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||
|
||||
### Resizing image
|
||||
|
||||
Add HTTP parameters `width` and/or `height` to the link image to resize the image. Values are CSS values (default is `auto`).
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Add CSS classes
|
||||
|
||||
Add a HTTP `classes` parameter to the link image to add CSS classes. `shadow`and `border` are available but you could define other ones.
|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
||||
```markdown
|
||||

|
||||

|
||||
```
|
||||

|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue