In #108 we combined the bind and ingest tables into one table because we wanted to use rowspan and colspan to improve the display of the combined table. This required using raw HTML since other available table syntaxes can't do rowspan/colspan.
However, raw HTML tables don't support footnote references (i.e., they aren't parsed) so I ended up having to sneak a footnote reference in adbc-drivers/docs.adbc-drivers.org@90dbed3#diff-33b14937b30cc3e495a9d2154282e0ec0e6bbd7b2bd7b6626267895d0004e1cd to get the docs to build correctly.
The solution I came up with won't work long-term because I had to hardcode the id. This ID won't be stable.
We need to come up with a better solution to footnotes for this table, or possibly change the table back into a non-raw-HTML table.
In #108 we combined the bind and ingest tables into one table because we wanted to use rowspan and colspan to improve the display of the combined table. This required using raw HTML since other available table syntaxes can't do rowspan/colspan.
However, raw HTML tables don't support footnote references (i.e., they aren't parsed) so I ended up having to sneak a footnote reference in adbc-drivers/docs.adbc-drivers.org@90dbed3#diff-33b14937b30cc3e495a9d2154282e0ec0e6bbd7b2bd7b6626267895d0004e1cd to get the docs to build correctly.
The solution I came up with won't work long-term because I had to hardcode the
id. This ID won't be stable.We need to come up with a better solution to footnotes for this table, or possibly change the table back into a non-raw-HTML table.