Guide to WPML
2009-07-12 20:00:00 · Author: Wudi · Tagged with: System Document
WPML (Wudi Personal Markup Language) is a markup language which is similar to the Wiki Markup.
The available markups in comment are listed below:
The available highlight languages:
actionscript, actionscript3, bash, c, cpp, csharp, css, diff, html,
java, java5, javascript, latex, mysql, perl, php, sql, xml
The available markups in comment are listed below:
Styles | |
'''Bold''' | Bold |
''Italic'' | Italic |
Links | |
[http://www.wudilabs.org/] | http://www.wudilabs.org/ |
[http://www.wudilabs.org/ Wudi Labs] | Wudi Labs |
[http://www.wudilabs.org/ %5BWudi%20Labs%5D] | [Wudi Labs] |
[http://www.coolcode.cn/] | http://www.coolcode.cn/ |
Codes | |
<code> $ echo "plain text" plain text </code> |
$ echo "plain text" plain text |
<code lang="php" number="1"> <?php // show "hello world" function show() { echo "hello world"; } ?> </code> |
|
<code lang="php" number="1" firstline="3"> function show() { echo "hello world"; } </code> |
|
The available highlight languages:
actionscript, actionscript3, bash, c, cpp, csharp, css, diff, html,
java, java5, javascript, latex, mysql, perl, php, sql, xml