Syntax Highlight
[code]
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
function sh(id) {
var $id = $("#" + id);
if ($id.length > 0) {
var html = $id.html();
html = html.split("[ code]").join("<pre><code>");
html = html.split("[ /code]").join("</pre></code>");
$id.html(html);
$id.find("pre>code").each(function() {
var text = $.trim($(this).text());
$(this).text(text);
});
}
}
</script>
$(function() { sh("bo_v_con"); });
[/code]
뷰페이지 아무데나 넣으면 됩니다.
head.sub.php 아래에 넣어도 됩니다.(pc, mobile 동시 적용)
위 소스는 아이디가 bo_v_con인 요소 안의 html에서
[ code]와 [ /code] 사이의 텍스트를 문법 강조하고 있습니다.
소스에서 [ code]와 [ /code] 괄호 안의 공백문자는 삭제해주세요.
여기에 적다보니 띄우게 됐습니다.
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
function sh(id) {
var $id = $("#" + id);
if ($id.length > 0) {
var html = $id.html();
html = html.split("[ code]").join("<pre><code>");
html = html.split("[ /code]").join("</pre></code>");
$id.html(html);
$id.find("pre>code").each(function() {
var text = $.trim($(this).text());
$(this).text(text);
});
}
}
</script>
$(function() { sh("bo_v_con"); });
[/code]
뷰페이지 아무데나 넣으면 됩니다.
head.sub.php 아래에 넣어도 됩니다.(pc, mobile 동시 적용)
위 소스는 아이디가 bo_v_con인 요소 안의 html에서
[ code]와 [ /code] 사이의 텍스트를 문법 강조하고 있습니다.
소스에서 [ code]와 [ /code] 괄호 안의 공백문자는 삭제해주세요.
여기에 적다보니 띄우게 됐습니다.
댓글 1개
8년 전
워프 재설치 하고 플러그인 설치하려던 참이였는데
감사합니다.
감사합니다.
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4417 | ||
| 684 | 8년 전 | 5377 | ||
| 683 | 8년 전 | 6678 | ||
| 682 | 8년 전 | 4791 | ||
| 681 | 8년 전 | 6293 | ||
| 680 | 8년 전 | 6485 | ||
| 679 | 8년 전 | 4954 | ||
| 678 | 8년 전 | 10988 | ||
| 677 | 8년 전 | 9168 | ||
| 676 |
|
8년 전 | 5874 | |
| 675 | 8년 전 | 19303 | ||
| 674 | 8년 전 | 7099 | ||
| 673 | 8년 전 | 5801 | ||
| 672 | 8년 전 | 4581 | ||
| 671 | 8년 전 | 8350 | ||
| 670 | 8년 전 | 5325 | ||
| 669 | 8년 전 | 7360 | ||
| 668 | 8년 전 | 5002 | ||
| 667 | 8년 전 | 13303 | ||
| 666 |
|
8년 전 | 7314 | |
| 665 | 8년 전 | 9969 | ||
| 664 |
|
8년 전 | 5929 | |
| 663 | 8년 전 | 8475 | ||
| 662 |
|
8년 전 | 6148 | |
| 661 | 8년 전 | 7749 | ||
| 660 |
|
8년 전 | 6643 | |
| 659 |
|
8년 전 | 6529 | |
| 658 | 8년 전 | 9477 | ||
| 657 |
lacomparte
|
8년 전 | 5900 | |
| 656 | 8년 전 | 19564 | ||
| 655 | 8년 전 | 8702 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기