lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV where do I patch the source to fix this "feature"?


From: Eli's redistribution point
Subject: LYNX-DEV where do I patch the source to fix this "feature"?
Date: Wed, 13 Aug 97 13:21 EDT

Lynx, for reasons I disagree with, has a feature of special
handling of <p> in lists:

: :0:126 ; cat > j.html
<html><head><title>Just a test</title></head><body>
<p> This is not in a list context.
<p> This is also not in a list.
<p>
<ul>
<li> This /is/ in a list context.
<li> As is this.
<p> And this, too.
<p> Plus this.
</ul>
<p> Out of list context.
<p> Still out.
</body></html>
: :0:127 ; lynx -version

Lynx Version 2.7.1f (1997)
Copyrights held by the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License.
See http://lynx.browser.org/ and the online help for more information.

: :0:128 ; lynx -dump j.html

   This is not in a list context.

   This is also not in a list.

     * This /is/ in a list context.
     * As is this.
       And this, too.
       Plus this.

   Out of list context.

   Still out.
: :0:129 ;

Where can I patch the source to fix this? Specifically, I want blank
lines between paragraphs always. (Are there any other related "features"
I haven't yet noticed?)

Elijah
------
I /dev/null dupes, no need to CC list posts.

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]