I've noticed that the parser seems to insert function code newlines at
the end of every paragraph.  This seems broken to me.  The paragraph
itself is supposed to start on a new line (or whatever the user
configures his viewer to do), and it's just more junk to filter out in
the viewer.  I'd like to remove these.  Any objections?

On a related note, input text like

   <p>Line 1<br>
   Line 2

results in a new paragraph containing

   "Line 1" NEWLINE-FUNCTION-CODE " Line 2"

The newline in the input text turns into the leading space in " Line 2".
This also seems broken, and I think the parser should compress it out.
Any objections?

Bill

Reply via email to