<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On May 25, 2006, at 10:29 PM, Stefan Brantschen wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><BLOCKQUOTE type="cite"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 20.0px"><FONT face="Courier" size="3" style="font: 12.0px Courier">"Use of uninitialized value in substitution iterator at /Users/sbr/Library/Application Support/TextMate/Bundles/Markdown.tmbundle/Support/bin/MultiMarkdown.pl line 1582, <> line 1."</FONT></P> </BLOCKQUOTE><P style="margin: 0.0px 0.0px 0.0px 10.0px; font: 12.0px Courier; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 10.0px"><FONT face="Courier" size="3" style="font: 12.0px Courier">This happens if the footnote is referenced but the declaration cannot be found. Footnotes with only one word[^test] or only a link[^test2] don't work.</FONT></P> </BLOCKQUOTE></BLOCKQUOTE></DIV><BR><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Times">I have had no problems with using single word references, e.g., </FONT><FONT class="Apple-style-span" face="Courier">[^note] </FONT><FONT class="Apple-style-span" face="Times">and then etc. However, there are two things to remember with multimarkdown footnotes. </FONT></P><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Times">First the footnote text </FONT><FONT class="Apple-style-span" face="Courier">[^note]: text</FONT><FONT class="Apple-style-span" face="Times"> should be in the same section that the note is , i.e., not in another chapter. Second, each </FONT><FONT class="Apple-style-span" face="Courier">[^note]: text</FONT><FONT class="Apple-style-span" face="Times"> needs to have an empty line to define it. So:</FONT></P><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier">[^note]: text goes here</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier">[^anotherone]: Another footnote.</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; min-height: 14px; "><BR></DIV><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Times">The footnote command does not recognize 3 or more spaces after a line as a hard break.</FONT></P><P style="margin: 0.0px 0.0px 12.0px 0.0px"><BR class="khtml-block-placeholder"></P></BODY></HTML>