구글 code-prettify

1 개요[ | ]

google-code-prettify
구글 code-prettify, 구글 코드 프리티파이
  • 구글의 자바스크립트 코드 prettifier

2 예시[ | ]

<link rel='stylesheet' href='//cdn.rawgit.com/google/code-prettify/master/styles/sons-of-obsidian.css'>
<script src="//cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>

<pre class="prettyprint">
class Voila {
public:
  // Voila
  static const string VOILA = "Voila";

  // will not interfere with embedded <a href="#voila2">tags</a>.
}
</pre>

<pre class="prettyprint linenums:4"
>// This is line 4.
foo();
bar();
baz();
boo();
far();
faz();
</pre>

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}