.initHighlighting()
更新日: 2018-09-13
initHighlighting()
ページ内の全ての<pre><code>..</code></pre>
ブロックをハイライトします。
デモ
全てのpre > code
ブロックをハイライトしています。
HTMLデモ
<p>HTMLタグのデモです。</p>
<div class="demo">
<span id="demo-text">デモ用文字列。</span>
</div>
CSSデモ
p {
color: #f00;
font-size: 16px;
}
.demo {
width: 100%;
}
JavaScriptデモ
var node = document.getElementById("demo-text");
node.innderHTML = '文字列を書き換えます。';
phpデモ
<?php
echo "文字列を表示します。";
exit;
JavaScript
hljs.initHighlighting();
© 2006 Highlight.js is released under the BSD License. See LICENSE file for details.
このコンテンツはhighlightjsドキュメントを翻訳/改変したものです。