tanaris-js - v0.0.1-alpha.5
    Preparing search index...

    Function toMarkdownTable

    • Returns a Markdown table from rows.

      The first sub-array is the header. All rows are rendered in columns according to sub-array indices.

      Parameters

      • rows: string[][]

        Table contents in left-to-right row order.

      • opts: any

      Returns string