內容簡介
這是一個員工的履歷表,非常易於使用,但同時也很靈活。
任意區域
您可以提供與上面相同格式的任意區域。這對於非常複雜的外掛,需要傳達更多信息,而這些信息不適合於“描述”或“安裝”類別中,可能非常有用。任意區域將顯示在上述內建區域下面。
簡單的 Markdown 範例
有序列表:
某些功能
其他功能
關於外掛的其他事項
無序列表:
某些東西
其他東西
第三件事
這裡是指向 WordPress 和 Markdown 的語法文檔 的連結。
標題是可選的,當然了。
Markdown 使用電子郵件樣式的符號來進行區塊引用,而我已經被告知:
星號是用來強調的。加倍則是用來標示重要事項。
<?php code(); // 放到反引號裡 ?>
外掛標籤
開發者團隊
原文外掛簡介
this is an employee’s cv.it is very easy to use but very flexible.
Arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.
A brief Markdown Example
Ordered list:
Some feature
Another feature
Something else about the plugin
Unordered list:
something
something else
third thing
Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.
Markdown uses email style notation for blockquotes and I’ve been told:
Asterisks for emphasis. Double it up for strong.
