內容簡介
易於使用的員工列表外掛
任意部分
您可以提供與上述相同格式的任意部分。這對於非常複雜的插件可能很有用,需要傳達更多的信息,超出了“描述”或“安裝”的範疇。任意部分將顯示在上面概述的內建部分下方。
簡短的Markdown示例
有序列表:
某些功能
另一些功能
關於插件的其他事情
無序列表:
某些內容
其他內容
第三個內容
這裡有一個鏈接到 WordPress,以及一個到Markdown的語法文檔的鏈接。標題可選,自然而然。
Markdown使用電子郵件樣式符號引用,我被告知:
使用星號進行強調。加倍強調。
<?php code(); //放入反引號中?>
外掛標籤
開發者團隊
原文外掛簡介
Easy to use employee list plugin
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.
