method Markdown.prototype.tableimport { Markdown } from "https://deno.land/x/ranking@0.3.5/deps.ts"; table(tableContent: any, options?: any): thisAdds a markdown table to the content ParameterstableContent: anyThe content you wish to be added to the table optionaloptions: any = [UNSUPPORTED]optional options for styling the table Returnsthis