Skip to content

Commit

Permalink
chore: corrected markdown html section
Browse files Browse the repository at this point in the history
  • Loading branch information
mBlomsterberg committed Oct 24, 2023
1 parent 37b451e commit 871c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Unordered
<br/>

## Images
Markdown does not support custom sizes use html instead.
```md
![Logo](../logo.svg)
![Logo](https://github.com/mBlomsterberg/github-cheatsheet/blob/main/logo.svg)
Expand All @@ -150,7 +151,6 @@ Unordered
![Logo ref][img]

[img]: https://github.com/mBlomsterberg/github-cheatsheet/blob/main/logo.svg
img[alt=Logo] { height: 200px; width: 200px; }

<br/>

Expand Down

0 comments on commit 871c672

Please sign in to comment.