figured it out.
On Sun, Mar 14, 2010 at 11:17 PM, P Kishor <[email protected]> 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 [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
