Guide to WPML
WPML (Wudi Personal Markup Language) is a markup language which is similar to the Wiki Markup.

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>
  1. <?php
  2. // show "hello world"
  3. function show() {
  4.     echo "hello world";
  5. }
  6. ?>
<code lang="php" number="1" firstline="3">
function show() {
    echo "hello world";
}
</code>
  1. function show() {
  2.     echo "hello world";
  3. }

The available highlight languages:

actionscript, actionscript3, bash, c, cpp, csharp, css, diff, html,
java, java5, javascript, latex, mysql, perl, php, sql, xml
Current language: English · 其他语言: 中文 (简体)
1 Comments
邓珂
Mon, 04 Mar 2024 01:49 +0800
你好!!
Leave a Comment
Name
(required)
E-mail
(required, will not be published)
Website
(optional)
Comment
A syntax system which is similar to wiki markup is available, see the guide