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:
Uli Schlachter 2017-10-31 14:05:36 +01:00
parent 9eefa466a9
commit c8a7b3d520
1 changed files with 1 additions and 1 deletions

View File

@ -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