Skip to content

Fix how footnote references work in raw HTML tables #114

Description

@amoeba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions