PyBlosxom and textile plugin weirdness
Just discovered something a bit weird. Or, perhaps not very weird,
but I got a little bit confused. Textile supports pre
tags just
fine. It’s just that the plugin reflows the text if it doesn’t start
with a space. So, in order to actually get preformatted text, I have
to both use pre
and a leading space. Weird.