[refs #616] fixed markdown image example
This commit is contained in:
parent
d25bdb2329
commit
94c3863e27
|
@ -39,13 +39,13 @@
|
|||
%p=t 'layout.comments.md_cheatsheet.images'
|
||||
%pre
|
||||
:preserve
|
||||
![GitHub Logo](/images/logo.png)
|
||||
![avatar](/assets/ava.png)
|
||||
Format: ![Alt Text](url)
|
||||
%p=t 'layout.comments.md_cheatsheet.links'
|
||||
%pre
|
||||
:preserve
|
||||
http://github.com - automatic!
|
||||
[GitHub](http://github.com)
|
||||
https://abf.rosalinux.ru
|
||||
[ABF](https://abf.rosalinux.ru/)
|
||||
%p=t 'layout.comments.md_cheatsheet.blockquotes'
|
||||
%pre
|
||||
:preserve
|
||||
|
|
Loading…
Reference in New Issue