mirror of https://github.com/onweru/compose.git

weru
10.44.2021 1207bebadda55fd894b663732efc4e6670d54ca2
exampleSite/content/docs/clarity/images.md
@@ -18,10 +18,10 @@
In this example, `figurePositionLabel` is set to "Figure" in `config.toml` and this is the first image in a given article.
```markdown
![Antrea Kubernetes nodes prepared](./images/image-figure.png)
![Antrea Kubernetes nodes prepared](./images/calrity/image-figure.png)
```
![Here is my alt text for this image.](https://github.com/chipzoller/hugo-clarity/blob/master/images/image-figure.png)
![Here is my alt text for this image.](../../../images/clarity/image-figure.png)
### Inline images
@@ -38,7 +38,7 @@
![some alt text:inline](someOtherImageUrl)
```
![Inline image example](https://github.com/chipzoller/hugo-clarity/blob/master/images/image-inline.png)
![Inline image example](../../../images/clarity/image-inline.png)
### Float images to the left