I am using the Multimarkdown bundle and trying to convert the document into Latex. When I do, I get this error:
-:3: parser error : Extra content at the end of the document <h3 id="mrs.erskineandheshieenterstageright.">MRS. ERSKINE and HESHIE enter stag ^ unable to parse -
Can anyone tell me what's going on?
Thanks.
PS. I'm not a programmer so please go slowly.
Hi Lawrence,
-:3: parser error : Extra content at the end of the document
<h3 id="mrs.erskineandheshieenterstageright.">MRS. ERSKINE and HESHIE enter stag ^ unable to parse -
Can anyone tell me what's going on?
If you're doing this via one of the Markdown=>Multimarkdown=>Convert Document_to_xxx commands you'll need to add the single line
Format: complete
at the top of your document.
It might be worth noting that Fletcher Penney has a dedicated MutliMarkdown bundle for TextMate.
http://fletcher.freeshell.org/wiki/MultiMarkdownTextMateBundle
Using the commands contained in that bundle alleviates the need for the "Format:complete" line.
Cheers, Paul
I would need more information to help - and probably the document you are trying to process, or at least the relevant part of it. If it's not a very sensitive document, and you continue to have problems, you could email it to me off list.
Also, are you using the MultiMarkdown support within the original Markdown bundle? It's outdated, and I (of all people) couldn't get it to convert my MultiMarkdown text into LaTex (which prompted me to write my own MultiMarkdown bundle).
I have taken the feedback I have gotten so far, and rewritten the MultiMarkdown bundle and hope to release the new versio soon. As before, I welcome the opportunity to incorporate these improvements into the main Markdown bundle. Until that time, though, the MultiMarkdown support, within the original Markdown bundle is somewhat limited.
Until then, you can get my older version here:
http://fletcher.freeshell.org/wiki/MultiMarkdownTextMateBundle
(Wow, at the very least we might need a new nomenclature.... ;)
Fletcher
On Oct 8, 2006, at 8:50 PM, Lawrence Goodman wrote:
I am using the Multimarkdown bundle and trying to convert the document into Latex. When I do, I get this error:
-:3: parser error : Extra content at the end of the document
<h3 id="mrs.erskineandheshieenterstageright.">MRS. ERSKINE and HESHIE enter stag ^ unable to parse -
Can anyone tell me what's going on?