public/html/Format-ConfluenceHtmlTable.ps1

function Format-ConfluenceHtmlTable($Rows) {
    $global:PowerConfluence.Templates.Html.RelativeTable -f "$Rows"
}