이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Escape HTML

설명

To show <b>text</b> to visitors we need to enter &lt;b&gt;text&lt;/b&gt; in our WordPress Text editor. For posting code online, three characters (<, > and &) need to be escaped. We can do that online tool, manually converting < to < etc. or using easy to use Plugin. It also helps with syntax Highlighter where you need to escape markup before putting that code in WordPress Editor.

It escapes markup code inside <pre>, <code> and <tt>.
The plugin can also be used with any Syntax Highlighter where you need to escapes Markup inside <pre>, <code> and <tt>. Just put your code inside Text Mode of Editor and then either Save as Draft or Publish. Check you code now and it may have converted for online posting of code.

This plugin only come into effect when we save a post and it only affect those text written inside &lt;pre&gt;, &lt;code&gt; and &lt;tt&gt; tag.

For more information about this plugin and wordpress setting related to this plugin, please check here.

Related Plugin – Escaping Markup for Prism

Another WP plugin from SatyaPerformance Optimization: Order Styles and JavaScript.

설치

  1. Download the plugin from WordPress Plugin Directory.
  2. Upload escapehtml.php to the /wp-content/plugins/ directory
  3. Active the plugin
  4. Now, for new posts, code can be posted without escaping markup manually. Just save or publish to see change.

FAQ

Who should use this plugin ?

This plugin is written for escaping characters (<, > and &) to html entities. This is required for posting any code online.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Escape HTML”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Escape HTML”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

Just a refresh to tell everyone that it still works and works well. This will remove warning.
The change won’t affect at any working level. It is just Readme change to make things clearer.

1.0

  • Added support for <code> and <tt> tags.
  • ‘code’ and ‘tt’ can be used for inline code posting, whereas ‘pre’ can be used for block code posting.
  • Text inside ‘pre’, ‘code’, ‘kbd’, ‘style’, ‘script’, ‘tt’ is not touched by WordPress for transformation. I have checked this in version 2.8 and newer.

0.5

  • Development release