node key 32
I just exported md to html through Terminal and I got this issue: "print_html_node encountered unknown node key = 32". What's this about?
Thanks,
Pere
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Fletcher on 17 Mar, 2015 04:44 PM
What version of MultiMarkdown are you using? (`multimarkdown -v`)
Can you send me the file you're having trouble with?
Thanks!
F-
(As an aside -- you are at the support site for MultiMarkdown Composer,
not for MultiMarkdown -- that is at http://support.fletcherpenney.net/)
2 Posted by perefarrando2 on 17 Mar, 2015 06:43 PM
(Yes, I will sign up in the MMD support page.)
I just installed the 4.7.1 version and wanted to try the {{TOC}} feature, but ended up with the "node key 32" issue. I'm sending the file attached.
Thanks.
(By the way, the transclusion feature is something very nice to have.)
Support Staff 3 Posted by Fletcher on 17 Mar, 2015 08:57 PM
Your document's headers contain "complex" headers -- e.g. HTML, strong,
emph. I just pushed a new commit that will better support those
headers, but there are limits to what is supported when automatically
generating the `{{TOC}}` automatically.
I also changed the error to be more accurate (e.g. `print_toc_node`)
Thanks for sending the sample file!
F-