SyntaxHighlighter コメントを残す syntaxhighlighterなるものを導入してみた。。。 <?php $count = 0; for($i = 0; $i < 10; $i++){ $count++; } echo "Hello PHP"; ?>