>>> It would take this:
>>>
>>> <b>One\n
>>> \n
>>> Two</b>
>>>
>>> And create this:
>>>
>>> <p><b>One</b></p>
>>> <p>Two</p>
>>
>> I would argue that this violates the author's intent and would be
>> confusing and hard to debug.
>>
>> The "Two" would magically somehow become unbold? Sorry, but I  
>> disagree.
>
> Well then you have your answer.  If any inline tags are open when  
> autop
> creates a new block, then the inline tags must be closed and then
> reopened for any subsequent autop-created block until that inline  
> tag is
> closed or its containing block tag is closed.
>
> Funny how talking out the negative leads to a strengthened  
> positive.  :)

So, what you're saying is:
<b>foo

bar</b>

Would become:
<p><b>foo</b></p><p><b>bar</b></p>

?

That's contrary to what Rick suggested.
I'm not trying to push any particular way (except when I think it's  
wrong, as above), but I don't want to have to shoot at a moving  
target, either. Nailing down a "spec" (for lack of a better term) here  
will make everyone happier, I think.

S


--~--~---------~--~----~------------~-------~--~----~
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/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to