README.md: Properly mark <img> as code
Otherwise this just inserts a literal <img> tag into the HTML output. Found by markdownlint. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
9eefa466a9
commit
c8a7b3d520
|
@ -32,7 +32,7 @@ To contribute with Screenshots:
|
||||||
|
|
||||||
1. Add a new `<figure>` tag in the bottom of *screenshots.mdwn*,
|
1. Add a new `<figure>` tag in the bottom of *screenshots.mdwn*,
|
||||||
|
|
||||||
1. Inside the new tag, add the screenshots with a <img> tag and use the `<figcaption>` to add caption to the image, explaining what is being used on the screenshot.
|
1. Inside the new tag, add the screenshots with a `<img>` tag and use the `<figcaption>` to add caption to the image, explaining what is being used on the screenshot.
|
||||||
|
|
||||||
## Contributing to Recipes Section
|
## Contributing to Recipes Section
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue