Quote:
Originally Posted by Thasaidon
Is there a way of easily finding naked text (i.e. text not enclosed in tags) in Sigil?
F7 Well Formed HTML does not appear to flag them up.
|
AFAIR, either Flightcrew or ePubcheck will detect that error though the error message will refer to the next line -- in the sample below the error will show on the third line not the second line.
Code:
<p> </p>
this is an unenclosed line!
<p>This is an enclosed line!</p>
<p> </p>
I have both installed and assign plugins 1 and 2.