开发者 | ko1nksm |
---|---|
更新时间 | 2014年5月9日 22:22 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-markup-collection
folder to the /wp-content/plugins/
directory.5.2 or later (some filters requires 5.3 or later)
This plugin supports multimarkdown and pandoc as external filters If you want to use external filters, You need to install those command.
Please refer to http://fletcherpenney.net/multimarkdown/ Note: Get MultiMarkdown-4. (not MMD3 aka peg-multimarkdown)
Please refer to http://johnmacfarlane.net/pandoc/
Due to security reason, Executable commands are limited. If you want to use another command as filter, need to create custom classes. Please refer to "custom.example.php" that is included in this plugin.
Markup (wrapped in a fallback tag) stored in the post_content column. When disabling the plugin, displays content in post_content column as is as HTML. If this behavior is unpleasant, check the box to "convert to HTML" when you save.
Some Markdown plugins are store the HTML to the post_content. And store the Markdown to the post_content_filtered. This approach is superior that doesn't spew out Markdown even if you disable the plugin. But it has some problem.
Option will be removed. Posts and cache are remains.
This is fallback tag. Markup are stored by being wrapped in a fallback tag internally. When you disable plugin, Markup displayed as HTML in a fallback tag in order to avoid the collapse of the page.