I primarily blog about programming, configuring software, etc. So far
I've found it next to impossible to not have Epoz/BitaKora mangle any
code snippets I insert. The major problems are inserting <br /> tags
inside the <pre> tags and eating whitespace.
Problems I've had, things I've tried:
1) There is supposedly a "Preformat" item for Epoz. I don't see it.
2) I've tried editing directly in HTML (checking the "HTML" box), not
using Epoz and inserting <pre> tags by hand.
3) I modified the Epoz/__init__.py to not import Tidy (this helped a bit
- it stopped inserting <br /> tags in the <pre> elements but still eats
whitespace).
So it looks to me as if Epoz was inserting the <br /> tags, but it also
looks like Bitakora is chomping the whitespace (especially bad for
posting Python code <wink>).
Any suggestions or workarounds appreciated.
Also, I've noticed another Epoz-related bug: when I create a new post,
Epoz is in English (the primary language I've selected), however if I
choose to edit an existing post, it's in some other language. Not a
huge deal since there's only a few bits of Epoz-related text anyway, but
still should probably be fixed.
Regards,
Cliff
--