Hi Ties,
I think that this is a bug that is fixed. Where I try your sample, I get:
<H1>bla </H1> <P>www.frankrijk.com </P> <P>http://www.spanje.com </P> <P>ties@sleep.se </P>
which is correct as far as the structure goes but is missing the automatic URL conversation -- I'll try to look into that later today or tomorrow.
On Jun 7, 2006, at 1:44 PM, Ties Stuij wrote:
It functions quite nicely.
ehh... having said that. I didn't actually try more than one sentence.
when i render (without the indentation):
# bla
www.frankrijk.com
ties@sleep.se
i get (again without the indentation):
<h1>bla
www.frankrijk.com
ties@sleep.se
</h1>
e.g. a long line of big text. Shouldn't markdown have wrapped them all in <p>s? Bulletting frankrijk and spanje for example bullets them correctly, so i gather it's in the paragraph detection code. I tried to figure it out, but i'm not that fast.
greets, Ties