mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Fix image in getting started wiki page (#657)
The alt text contained quotes which messed with the parsing of the image element. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/657 Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org> Co-authored-by: Gusted <gusted@noreply.codeberg.org> Co-committed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
e004b03c97
commit
de0217c6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ images this way.
|
|||
If you cannot [use a local Git client](#adding-external-images-via-web), linking to _external_ assets like images is
|
||||
still possible.
|
||||
|
||||
<img src="/images/getting-started/wiki/wiki_pageview.png" alt="Web editor with an arrow pointing at the "Insert Image" button">
|
||||
<img src="/images/getting-started/wiki/wiki_pageview.png" alt="Web editor with an arrow pointing at the 'Insert Image' button">
|
||||
|
||||
Clicking on the "Insert Image" button will make the following text appear in your text editor: ``
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue