fix: markdown linting errors
This commit is contained in:
parent
0a662b7485
commit
aa93d8c088
|
@ -42,7 +42,6 @@ contributors: ["Henk Verlinde"]
|
||||||
|
|
||||||
![Image](images/harley-davidson.jpg)
|
![Image](images/harley-davidson.jpg)
|
||||||
|
|
||||||
|
|
||||||
## Image in base64
|
## Image in base64
|
||||||
|
|
||||||
```md
|
```md
|
||||||
|
@ -81,7 +80,6 @@ contributors: ["Henk Verlinde"]
|
||||||
|
|
||||||
{{< figure src="images/harley-davidson.jpg" alt="Harley Davidson" caption="For a figure caption can be different than alt text" >}}
|
{{< figure src="images/harley-davidson.jpg" alt="Harley Davidson" caption="For a figure caption can be different than alt text" >}}
|
||||||
|
|
||||||
|
|
||||||
### Image in base64
|
### Image in base64
|
||||||
|
|
||||||
```md
|
```md
|
||||||
|
|
Loading…
Reference in New Issue