hi,<br><br>I am trying to convert Markdown syntax to LaTex, using MultiMarkdown in TextMate via the Markdown bundle menu, and am getting a parsing error.<br>With the following  simple Markdown example:<br><br>> This is a test.
<br>> <br>> This is another pp.<br><br>..I get exactly what I expect if I use MultiMarkdown (via the bundle dropdown menu) to convert this text to HTML or to RTF, and everything works fine.  However, when I try to convert the text above to LaTex (which is my ultimate goal here), I get the following error:
<br><br>> -:3: parser error : Extra content at the end of the document<br>> <p>This is another pp.</p><br>> ^<br>> unable to parse -<br>> <br><br>Various little tweaks like adding/removing extra newlines at the end (or adding a section heading at the beginning) made no difference.
<br>I am new to TextMate/MultiMarkdown -- there may be some step I'm skipping or something obvious I'm doing wrong?<br><br>    thanks,<br>    Amy<br><br>