1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

Modified md pipe line tip

This commit is contained in:
zhengxie
2013-04-13 20:15:00 +08:00
parent 5da0331781
commit c6551ac6d2

View File

@@ -176,7 +176,7 @@
</tbody></table>
<h3>{% trans "Extended Syntax for Wiki"%}</h3>
<ul>
<li><p>[[page name]] {% trans "or" %} [[display name|page name]] : {% trans 'internal link to another wiki page. If contrains "|", "display name" is the link name.' %}</p></li>
<li><p>[[page name]] {% trans "or" %} [[display name|page name]] : {% trans "internal link to another wiki page." %}</p></li>
<li><p>[[images/pic.jpg]]: {% trans "internal link to a picture at this-library/images/pic.jpg." %}</p></li>
<li><p>[[folder/file.doc]]: {% trans "internal link to a file at this-library/folder/file.doc." %}</p></li>
</ul>