bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strange regression with footnotes and quotes

pjanx opened this issue · comments

Afootnote:['`a`']Bfootnote:[b] `C`
Error: unable to render full document: failed to render document elements: unable to render paragraph content: unable to render paragraph elements: unable to render text quote: unsupported type of element: *types.Footnote
unable to render full document: failed to render document elements: unable to render paragraph content: unable to render paragraph elements: unable to render text quote: unsupported type of element: *types.Footnote

The cause is somewhere in the recent commits.

@pjanx thanks for reporting this and at the same time sorry about it :/

Well, at least I caught it early.

Well, at least I caught it early.

yes, indeed! 😅