Hello, Samuel Wales <samolog...@gmail.com> writes:
> * test > 8.3 seems to fill multi-paragraph footnotes wrong. > > perhaps i misunderstand a footnote syntax change? > *** to reproduce > ebasic () { emacs --geometry 80x30-0+0 --eval '(blink-cursor-mode 0)' "$@" ;} > eq () { ebasic -Q "$@" ;} > eo () { eq --eval '(progn (add-to-list '\''load-path > (substitute-in-file-name "$delorgsrc/lisp")) (add-to-list > '\''load-path (substitute-in-file-name "$delorgsrc/contrib/lisp")))' > "$@" ;} > > export to ascii > *** input > hi[fn:overton] there[fn:orwell] > > [fn:overton] > > test1. > > test2 > > test3 > > === > > test4 > > [fn:orwell] > > 4 > > 5 > 6 > *** undesirable output > _______ > > INPUT > _______ > > > hi[1] there[2] > > > > Footnotes > _________ > > [1] test1. test2 test3 === test4 > > [2] 4 5 6 Fixed. Thank you. Regards, -- Nicolas Goaziou