Menu

#109 /F...F/ Rewrap Markers are Rewrapped by Autogenerate html process

v1.0.25
open
nobody
None
5
2013-12-28
2013-12-28
No

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

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.