Skip to main content
Module

x/deno_markdown/mod.ts>Markdown#table

Generate markdown files with ease 🦕
Latest
method Markdown.prototype.table
import { Markdown } from "https://deno.land/x/deno_markdown@v0.2/mod.ts";

Adds a markdown table to the content

Parameters

tableContent: any

The content you wish to be added to the table

optional
options: any = [UNSUPPORTED]

optional options for styling the table