unable to get clean br and lists

P Kishor punk.kish at gmail.com
Mon Mar 15 02:17:30 EDT 2010


figured it out.

On Sun, Mar 14, 2010 at 11:17 PM, P Kishor <punk.kish at gmail.com> wrote:

> I am experiencing a strange problem with Markdown. Simple lists such as

>

> * one

> * two

>

> are being rendered as

>

> <ul>

> <li>one</li>

> </ul>

> <ul>

> <li>two</li>

> </ul>

>

> instead of

>

> <ul>

> <li>one</li>

> <li>two</li>

> </ul>

>

> and, consecutive lines that end with two spaces (ending this line with

> periods to denote spaces)..

> and continue on should be rendered with <br>, but are getting wrapped in p as

>

> <p>and, consecutive lines that end with two spaces (ending this line

> with periods to denote spaces)  </p>

> <p>and continue on should be rendered with <br>, but are getting

> wrapped in p as</p>

>

> Am I missing something very obvious?

>

>

> --

> Puneet Kishor

>



More information about the Markdown-Discuss mailing list