![]() |
Boost Docs : |
From: John Maddock (john_at_[hidden])
Date: 2007-07-20 13:54:42
There seems to be a strange quirk in quickbook's table handling that means
that:
[table
[[a][b]]
[[a][a
b]]
]
has two paragraphs in the second row, but:
[table
[[a][b]]
[[a][a
b]]
]
Does not :-(
The difference BTW, is that the second version has a space in the blank
line, where as the first does not. It was very hard to spot what the
problem was there!
I hope this is not intentional :-)
Thanks, John.