On Wed, Feb 25, 2009 at 5:36 AM, MJ <[email protected]> wrote: > > I have only noticed that line spacing after headings (h1, h2, etc.) is > inconsistent. Can get zero or one line space with no hard returns > after the heading up to forcing one line space by entering three hard > returns.
This is really tricky: ! Header line of text\n \n and ! Header line of text\n \n will both output <h1>Header</h1> <p>line of text</p> I tried to get the first to output <h1>Header</h1> <br />line of text But couldn't get it to work, and I'm not sure that's what we want anyway. The first is probably better, and will just require different styling than what we have now. At present, our css compensates for imperfect html. So the issue may be just your css needing to be updated to the now improved html. If you could give one or two specific markup patterns, the html you get and the html you want, I'll try to fix it. I think we'll just have a good bit of polishing as we find things that don't turn out right. The basic idea was pretty easy, and the implementation was not as bad as I feared, but it's still a complex issue. I'm happy to have made as much progress as we did though. I'm encouraged! 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 -~----------~----~----~----~------~----~------~--~---
