[kramdown-users] Hide undefined footnotes
Thomas Leitner
t_leitner at gmx.at
Wed Aug 4 02:54:21 EDT 2010
On 2010-07-27 10:28 +0200 Michael Franzl wrote:
> Undefined footnotes like this
>
> abc[^def] ghi
>
> Are still displayed in LaTeX output:
>
> abc[\^{}def] ghi
>
> More intuitive would be to hide them.
Changing this behaviour would not only apply to footnotes but to all
kramdown markup that is not correctly used. For example, a reference
style link `this is [some link][notdef]` that has no link definition is
currently just output as is (and a warning is added the no link
definition has been found). The same applies to footnotes without a
footnote definition.
So the current behaviour is intended and not accidental and as far as I
recall is what all markdown implementations do.
-- Thomas
More information about the kramdown-users
mailing list