edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] Pre tag and |
@ 2013-05-10 17:53 Tyler Spivey
  2013-05-11  4:08 ` Karl Dahlke
  0 siblings, 1 reply; 2+ messages in thread
From: Tyler Spivey @ 2013-05-10 17:53 UTC (permalink / raw)
  To: edbrowse-dev

This is quite odd. The following code doesn't produce the expected result:
<pre>|
</pre>
The | should be on the first line. But this works, and puts the | on the only line:
<pre>|</pre>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Edbrowse-dev]  Pre tag and |
  2013-05-10 17:53 [Edbrowse-dev] Pre tag and | Tyler Spivey
@ 2013-05-11  4:08 ` Karl Dahlke
  0 siblings, 0 replies; 2+ messages in thread
From: Karl Dahlke @ 2013-05-11  4:08 UTC (permalink / raw)
  To: tspivey, edbrowse-dev

There is some post-processing of pipes and spaces and braces,
to try to clean things up, which usually does the right thing,
but not always.
In format.c starting at line 403.
So yes an example with just spaces and pipes could come out funny.

Karl Dahlke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-11  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 17:53 [Edbrowse-dev] Pre tag and | Tyler Spivey
2013-05-11  4:08 ` Karl Dahlke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).