Merge branch 'markdown_help' into 'master'
Change logo image name in markdown documentation Closes #13233 See merge request !2743
This commit is contained in:
commit
d734b38359
1 changed files with 4 additions and 4 deletions
|
@ -424,24 +424,24 @@ will point the link to `wikis/style` when the link is inside of a wiki markdown
|
||||||
Here's our logo (hover to see the title text):
|
Here's our logo (hover to see the title text):
|
||||||
|
|
||||||
Inline-style:
|
Inline-style:
|
||||||
![alt text](assets/logo-white.png)
|
![alt text](assets/logo.svg)
|
||||||
|
|
||||||
Reference-style:
|
Reference-style:
|
||||||
![alt text1][logo]
|
![alt text1][logo]
|
||||||
|
|
||||||
[logo]: assets/logo-white.png
|
[logo]: assets/logo.svg
|
||||||
|
|
||||||
Here's our logo:
|
Here's our logo:
|
||||||
|
|
||||||
Inline-style:
|
Inline-style:
|
||||||
|
|
||||||
![alt text](/assets/logo-white.png)
|
![alt text](/assets/logo.svg)
|
||||||
|
|
||||||
Reference-style:
|
Reference-style:
|
||||||
|
|
||||||
![alt text][logo]
|
![alt text][logo]
|
||||||
|
|
||||||
[logo]: /assets/logo-white.png
|
[logo]: /assets/logo.svg
|
||||||
|
|
||||||
## Blockquotes
|
## Blockquotes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue