code markup插件的使用

wordpress里默认是无法显示html部分内容的内容,需要使用第三方插件才可以显示,我这使用的是code markup插件。
若需要严格的HTML内容显示,应该这样使用:
<code allow="none">
具体的使用方法如下:
* <code> or <code allow="default"> allows common HTML tags to be rendered, and displays everything else exactly as written.
* <code allow="none"> displays content exactly as written — no markup allowed.
* <code allow="all"> renders content as HTML — all markup is allowed.
* <code allow="em strong a"> allows only <em>, <strong> and <a> tags to be rendered as HTML — everything else is displayed exactly as written. You can put whatever tags you like in the allow attribute, separated by spaces. As a special case, you can include the comment tag — this means that HTML comments <!-- like this --> will be “rendered” as normal HTML comments (i.e. not displayed).
* <code lang="html"> or
<code lang="xhtml"> displays content exactly as written, the same as <code allow="none">.

This entry was posted in Linux and tagged , , , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string yms7ZH to the field below:

以新浪微博帐号登录