Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 4b131b8

Browse files
author
Edoardo La Greca
committed
replace markdown images with img html tag
1 parent ef76f82 commit 4b131b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Refer to [`cmd/dovelet/main.go`](cmd/dovelet/main.go) for an example.
7272

7373
input:
7474

75-
![dovelet](assets/pigeon.png)
75+
<img src="assets/pigeon.png" alt="pigeon" style="max-width: 28em; max-height: 28em;">
7676

7777
```sh
7878
dovelet -label assets/pigeon.png
@@ -153,7 +153,7 @@ output:
153153

154154
input:
155155

156-
![lenna](assets/lenna.jpg)
156+
<img src="assets/lenna.jpg" alt="lenna" style="max-width: 28em; max-height: 28em;">
157157

158158
```sh
159159
dovelet -safe-search assets/lenna.jpg

0 commit comments

Comments
 (0)