diff --git a/org/html.go b/org/html.go index b76e481..1db4ab4 100644 --- a/org/html.go +++ b/org/html.go @@ -134,10 +134,12 @@ func (w *HTMLWriter) writeBlock(b Block) { } func (w *HTMLWriter) writeFootnoteDefinition(f FootnoteDefinition) { + n := f.Name w.WriteString(`
-normal footnote reference 1 6 +normal footnote reference 1 6
-further references to the same footnote should not 1 render duplicates in the footnote list +further references to the same footnote should not 1 render duplicates in the footnote list
-inline footnotes are also supported via 2. +inline footnotes are also supported via 2.
another unused footnote
another unused footnote
Footnotes break after two consecutive empty lines - just like paragraphs - see https://orgmode.org/worg/dev/org-syntax.html. This shouldn't happen when the definition line and the line after that are empty.
the inline footnote definition