2008.2.16  

wordpressでiG:SyntaxHiliterプラグインの追加   

かなり遅いですが、 iG:SyntaxHiliter を導入しました。

Tips Community の記事を読んでプラグインの追加を行い、

これによって、ようやくシンタックスハイライトができるようになりました。

テストテスト。

[code]
[js]
// Comment here
function HelloWorld() {
alert(‘Hello World!’);
}
[/js]
[php]
use strict;
use warnings;
use utf8;

my $hoge = “Hello World”;
print $hoge;
[/php]

[/code]

0 Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2024 Heart Beat | powered by WordPress with Barecity