Slashdot Mirror


User: olaf2

olaf2's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Syntax highlighter on Best Weblog Application for Posting Source Code? · · Score: 1

    I'm using Geshi with in my regular website and it's working great! Next I used a wordpress plugin that's powered with geshi and the result is very bad (like with all other highlighters). The problem are all the filters used in WP, a html tag inside php code is parsed as a html tage and not as a string.