Hi
Many thanks for great plugin to start.
I'm using Ver: 2009.0.1.20 of Developer Formatter.
The problem i have is with the below Bash code, which uses the various brackets and numerical codes to indicate color values for the linux Bash prompt.
<code lang="bash">
export PS1="\n\[33[1;31m\]\u\[33[1;30m\] \[33[1;30m\]date\n\[\e[30m\]\h:\w#\[\e[m\] "
Rather then it come out in wordpress exactly, the below is printed
export PS1="\n\[3[1;31m\]\u\[3[1;30m\] \[3[1;30m\]date\n\[\e[30m\]\h:\w#\[\e[m\] "
Not sure why, but in both instances of [33 it gets cut down to just [3.
I've tried this in Geshis demo site and it comes out ok so i'm guessing it's not Geshi and some regexp or parsing in the Developer Formatter plugin. Any ideas ?
Many thanks once again,
fLo