{
const columns = [
{name: "Raw Cred %", map: totalCred},
{name: "Normalized %", map: totalNormalizedCred},
{name: "Per-Period Normalized", map: perPeriodNormalizedCred},
]
return md`${tableFor("Power", columns, 10)}
This table shows the different forms of explicit power for various contributors.
`
}