@code-blocks/tables
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

@code-blocks/tables

Install

npm install @code-blocks/tables

Use with rehype or eleventy. See how here.

Usage

Because creating tables in pure markdown can be painful...

language: csv-table

Letters, Amount
A,28
B,55
C,43
D,91
E,81
F,53
Letters Amount
A 28
B 55
C 43
D 91
E 81
F 53

If other than , set the separator in the options:

---
separator: \t
---
Letters\tAmount
A\t28
B\t55
C\t43
D\t91
E\t81
F\t53
Letters Amount
A 28
B 55
C 43
D 91
E 81
F 53

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @code-blocks/tables

    Weekly Downloads

    4

    Version

    0.1.8

    License

    GPLv2

    Unpacked Size

    6.57 kB

    Total Files

    4

    Last publish

    Collaborators

    • idris-maps