[plt-dev] scribble html formatting

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Mar 6 17:11:45 EST 2009

Speaking about html formatting -- it looks to me like the reason to
bottom-align all boxes is that it fits well with formatting pieces of
text, where some of the pieces can be "taller".  But this doesn't work
well in tables where the taller element is itself some text with
newlines -- that's very noticeable in the hard to read defproc output,
which looks like:

  foo: some contract
       this text is the contract
  bar: for bar, not for foo
  baz: some other contract

It would be nice to have this render as:

  foo: some contract
  bar: this text is the contract
       for bar, not for foo
  baz: some other contract

instead.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the dev mailing list.