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
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 >
Care to share? W. On Mon, Mar 15, 2010 at 07:17, P Kishor <punk.kish at gmail.com> wrote:> 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 > > > _______________________________________________ > Markdown-Discuss mailing list > Markdown-Discuss at six.pairlist.net > http://six.pairlist.net/mailman/listinfo/markdown-discuss >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20100315/edb09c81/attachment.htm>