mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 10:45:20 -04:00
fix(cheatsheet): use correct image URL
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
75838ef426
commit
830f6f819b
1 changed files with 2 additions and 2 deletions
|
@ -756,12 +756,12 @@
|
|||
"basic": {
|
||||
"title": "Basic",
|
||||
"description": "Images can be defined using the link syntax with an exclamation mark in front of it. The text in the brackets will be used as alt-text.",
|
||||
"example": ""
|
||||
"example": ""
|
||||
},
|
||||
"size": {
|
||||
"title": "Size",
|
||||
"description": "The size syntax allows you to set both dimensions of an image. If you omit one of the dimensions then image will be scaled to the relative size.",
|
||||
"example": "\n\n\n\n"
|
||||
"example": "\n\n\n\n"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue