On Sun, Nov 1, 2009 at 8:36 AM, DrunkenMonk <[email protected]> wrote: > > There's a similar strange behaviour with <code> markup > ---- > <code> > some code > </code> > Something > ---- > > Will leave more whitespace between </code> and "Something" than: > > ---- > <code> > some code > </code> > > Something > ---- > > due to added linebreaks being inserted here and there.
I think it is outputting the right html. Just sometimes a <br> ends up longer than a <p> depending on your css... The following outputs correctly: ---- <div> some code </div> Something ---- ---- <div> some code </div> Something ---- Of course now I have the hr rule fixed a bit so that could be a factor here... Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
