Title: Prettify Code Syntax
Author: jesucarr
Published: <strong>2013년 2월 15일</strong>
Last modified: 2013년 3월 21일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/prettify-code-syntax.svg)

# Prettify Code Syntax

 작성자: [jesucarr](https://profiles.wordpress.org/jesucarr/)

[다운로드](https://downloads.wordpress.org/plugin/prettify-code-syntax.1.2.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/prettify-code-syntax/#description)
 * [평가](https://ko.wordpress.org/plugins/prettify-code-syntax/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/prettify-code-syntax/#installation)
 * [개발](https://ko.wordpress.org/plugins/prettify-code-syntax/#developers)

 [지원](https://wordpress.org/support/plugin/prettify-code-syntax/)

## 설명

The main reason for the development of this plugin was the lack of options supporting
the **HTML5 recommendation**, where the code snippets should be tagged with `pre`
followed by `code`, and optionally a class starting with `language-` and then our
language.

You can use the plugin like this:

    ```
    <pre class="prettyprint"><code class="language-php">
    // my code
    </code></pre>
    ```

Also very important is that although this plugin loads different files depending
on your configuration, it fully **supports caching** scripts ([W3 Total Cache](https://wordpress.org/extend/plugins/w3-total-cache/))
to concatenate and compress all the css and js, so the impact in performance will
be minimum.

#### Languages

This syntax highlighter is based on [Google Code Prettify](http://google-code-prettify.googlecode.com/svn/trunk/README.html)
and should work on a number of languages including **C** and friends, **Java**, **
Python**, **Bash**, **SQL**, **HTML**, **XML**, **Javascript**, **Makefiles**, and
Rust. It works passably on **Ruby**, **PHP**, **VB**, and **Awk** and a decent subset
of **Perl** and **Ruby**, but, because of commenting conventions, doesn’t work on
Smalltalk.

Other languages are supported via an extension (plugin options): **CSS**, **SQL**,**
YAML**, **Visual Basic**, **Clojure**, **Scala**, **Latek (TeX, LaTeX)**, **WikiText**,**
Erlang**, **Go**, **Haskell**, **Lua**, **OCAML**, **SML**, **F#**, **Nemerle**,**
Protocol Buffers**, **CHDL (VHDL)**, **XQ (XQuery)**, **Lisp, Scheme**, **Dart**,**
Llvm**, **Mumps**, **Pascal**, **R, S**, **RD**, **TCL**

#### Styles

**Four** different styles are provided, and they can be previewed in the plugin 
options. They are modified to make sure they don’t clash with any other styles in
your theme.

You have also the option to include your **custom style**.

If you have a style that would like to see included in the option list, just [contact me](http://www.frontendmatters.com/contact/),
or [fork me](https://github.com/jesucarr/wordpress-prettify-code-syntax).

#### Notes

 * Plugin options are at Settings > Prettify Code Syntax. Have a look at the Screenshots
   tab to see how it looks like.
 * If you don’t care too much about the HTML5 recommendation, you can skip the `
   language-` class. The code always gets detected automatically.
 * It will also work if you only use a `pre` tag without the `code` tag (but long
   lines will be wrapped instead of get horizontal scroll), or if you only use a`
   code` tag with the `prettyprint` class (but if you don’t use `pre` your spaces/
   returns won’t be maintained.)
 * Be careful using the Visual Editor tab when inserting code, as some HTML tags
   will be modified or removed.
 * Using a chaching plugin like W3 Total Cache is highly recommended.

#### Demo

You can find a [front end demo](http://www.frontendmatters.com/open-source/wordpress-plugins/prettify-code-syntax/)
here a the bottom.

## 스크린샷

 * [[
 * Language options
 * [[
 * Style options

## 설치

In your WordPress installation go to Plugins > Add New, and search for “prettify
code syntax” to find and install it automatically.

You can also install it manually:

 1. Download the plugin and upload the contents to the `/wp-content/plugins/` directory,
    using FTP or the Upload tab in Plugins > Add New.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Change settings if neccessary at Settings > Prettify Code Syntax

## FAQ

  I want to add the tags “ or “ to my code, how can I do it without breaking the
snippet?

You can add a space before the closing `>`, like this `</code >`

  I found a bug, or have some code improvements, or have something to ask about 
the plugin. How do I contact you?

Best thing with anything related to code would be to [fork me or open an issue](https://github.com/jesucarr/wordpress-prettify-code-syntax).
For anything else you can [post a comment](http://www.frontendmatters.com/open-source/wordpress-plugins/prettify-code-syntax/)
or [contact me](http://www.frontendmatters.com/contact/).

## 후기

![](https://secure.gravatar.com/avatar/85bdc493b6f93ea980ab64218e99534065e59019a817a7ac0803c7555fcfa18e?
s=60&d=retro&r=g)

### 󠀁[.](https://wordpress.org/support/topic/7878552/)󠁿

 [krischik](https://profiles.wordpress.org/krischik/) 2017년 2월 8일

 [ 모든 12 평가 읽기 ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ jesucarr ](https://profiles.wordpress.org/jesucarr/)

[자국어로 “Prettify Code Syntax”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/prettify-code-syntax)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/prettify-code-syntax/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/prettify-code-syntax/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/prettify-code-syntax/)을 [RSS](https://plugins.trac.wordpress.org/log/prettify-code-syntax/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2

 * Add Twitter Bootstrap style
 * Isolate default style. Every style now is independent
 * Fix bug where all languages were loaded
 * Code refactoring

#### 1.1

 * Add new languages
 * Several fixes and code refactoring

#### 1.0

 * First release

## 기초

 *  버전 **1.2.1**
 *  최근 업데이트: **13년 전**
 *  활성화된 설치 **80+**
 *  워드프레스 버전 ** 3.0.1 또는 그 이상 **
 *  다음까지 시험됨: **3.5.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/prettify-code-syntax/)
 * 태그:
 * [code](https://ko.wordpress.org/plugins/tags/code/)[highlighter](https://ko.wordpress.org/plugins/tags/highlighter/)
   [markup](https://ko.wordpress.org/plugins/tags/markup/)[prettify](https://ko.wordpress.org/plugins/tags/prettify/)
   [syntax](https://ko.wordpress.org/plugins/tags/syntax/)
 *  [고급 보기](https://ko.wordpress.org/plugins/prettify-code-syntax/advanced/)

## 평점

 별 5점 만점에 4.2점.

 *  [  6/5-별점 후기     ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/?filter=5)
 *  [  4/4-별점 후기     ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/?filter=4)
 *  [  1/3-별점 후기     ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/prettify-code-syntax/reviews/)

## 기여자

 *   [ jesucarr ](https://profiles.wordpress.org/jesucarr/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/prettify-code-syntax/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LEJAVTJUGWE3E)