mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 05:49:27 +00:00
Generic Attributes on table columns #496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peter3 on GitHub (Jan 18, 2022).
I am trying to set aria-label attributes on a table header, but I can't get it to work
This is the original md:
This renders (ignore the aria-labelledby - it is inserted via javascript because I found no way to add a caption):
The call to Markdig looks like this:
(dimensions is the markdown string)
What am I doing wrong?
@xoofx commented on GitHub (Jan 28, 2022):
I don't think attributes on column are supported. At some point, when you start to use heavily HTML attributes, it might be better to just write the HTML table directly: