Nuno, thanks. I will make sure I put them back to
<para>
text
</para>
before I check in.
Ok, thanks.
Do you know, perhaps, is there a way to use vim to reflow the contents of
the entire file and sort out all the indentation in one go?
I'm not a VIm expert by no means. You can reindent a file by using: 1G=G (go
to first line and indent until the last one). You can also rewrap some text
by selecting it (shift-v in visual mode) and press gq.
The problem is that these two command don't do what you were expecting
(split <para>txt</para> into 3 lines). If you find a way to do it, please
let me know ;) (so that we can add it to the dochowto).
Nuno