DISQUS

Olaf's thoughts about Delphi, IntraWeb and other dev stuff : Using SyntaxHighlighter on Blogs or Web sites

  • rap · 1 year ago
    SyntaxHighliter do not work for me on my Wordpress blog.
    I have found WP-Syntax that did:
    http://wordpress.org/extend/plugins/wp-syntax/
    (we can control when the lines begin to be numbered)

    Good luck with your new project.
  • Olaf Monien · 1 year ago
    IIRC I tried that one as well, but I found SyntaxHilighter to be less intrusive. The problem with the others that are based on <pre> tag extensions was (IIRC) that WP lost the formatting, when you switched back and force between source and design view.
    The common most problem with SyntaxHighlighter is, if you copy the examples from the webpage, you will get invalid quotes (due to some unicode conversion). If you really type in the quotes it will work ...