我发布了一个免费插件到WordPress存储库,我无法格式化readme.txt文件以正确的方式显示有序列表,所有列表项都出现在同一行。
请查看此链接上的说明: https://wordpress.org/plugins/wp-cloaker/
我试图用逗号分隔列表项,如本文所述 http://www.smashingmagazine.com/2011/11/improve-wordpress-plugins-readme-txt/ 但它不起作用
任何帮助?
答案 0 :(得分:2)
它的降价......你的初始内容和有序列表之间需要一个空行:
Here are some Features of **WP Cloaker** plugin:
1. Hide, shorten your links.
2. Custom redirection type: 301,302,303,307 and Javascript redirection.
3. Categorize your links.
4. Custom permalinks e.g : www.yoursite.com/visit/link-category-slug/link-slug.
5. Track links clicks, each time a visitor click on any link, the plugin will store the visitor information like (IP address, click date/time, Country, etc..).
6. You can add third party tracking code.
由于文件有currently been written,该空行不存在。