Per http://www.pgdp.net/wiki/PPTools/Guiguts/Rewrapping#Rewrap_Markers the /F..F/ markup should not be rewrapped. However the autogenerate html process creates wrapped and centered text. For example:
/F
Should not be rewrapped.
Continuation should not be wrapped with previous.
F/
becomes
Should not be rewrapped. Continuation should not be wrapped with previous.
HTML = <p align="center">Should not be rewrapped. Continuation should not be wrapped with previous.</p>
instead of
Should not be rewrapped.
Continuation should not be wrapped with previous.
HTML = <p align="center">Should not be rewrapped.<br /> Continuation should not be wrapped with previous.</p> The autogenerate html process should insert html line breaks <br /> at the end of every line.
Steps:
Menu->Fixup->Html Generator and Checks
Select Autogenerate HTML
Anonymous