I too have this problem, and I'm running the latest version 1.9.6.1
What happens is it puts all of my code into one line like this:
[ code=vb]If Something() Then DoThis() End If[ /code]
Also, if I force it to have line breaks, they get changed into
, being displayed like this:
If Something() Then
DoThis()
End If
Help!