Fix typo in img alt text

This commit is contained in:
delvh 2023-03-20 11:45:10 +01:00
parent 31ca6ea58e
commit 48f9a574ad
No known key found for this signature in database
GPG key ID: 3DECE05F6D9A647C

View file

@ -182,7 +182,7 @@ freebsd support to XGO, and to the FreeBSD community for their advice throuough
### :rocket: Highlight `Note` and `Warning` in markdown quotes ([#21711](https://github.com/go-gitea/gitea/issues/21711))
The first `**Note**` or `**Warning**` found in a markdown quote (`> text`) will automatically be highlighted now:
![note and warning highlightin](/demos/21711/note-warning-highlight.png)
![note and warning highlighting](/demos/21711/note-warning-highlight.png)
Thanks to [@yardenshoham](https://github.com/yardenshoham)