On Mon, Oct 5, 2009 at 4:18 PM, blues <[email protected]> wrote: > > On Oct 5, 10:15 pm, The Editor <[email protected]> wrote: >> As mentioned >> above, getting intuitive line spacing to work is not easy. But I plan >> to continue pursuing it. > > I really appreciate your efforts, and i am willing to help if i ever > reach a good knowledge of the BoltWire internals regarding markup. :-) > Thinking out loud: if we enclose in <p></p> everything encosed in /n/n > and /n/n? Wouldn't it be closer to what we are looking for?
Yes that is possible, but I don't think it would work because in matching a pattern the \n\n would have to get counted twice--as the end of the preceding paragraph and the start of the next paragraph. >From my understanding, regex doesn't work that way. I think just by nature, trying to get intuitive line spacing is going to be a bit messy. Perhaps the best solution is to have an optional config setting that changes how lines are handled from wiki-creole to intuitive. But still, it's just messy when you have forms and images and stuff that don't really need linespacing tags around them. I don't know, we may be closer than we think. I'm getting good output with the last release... 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 -~----------~----~----~----~------~----~------~--~---
