@emdaer/plugin-table

3.2.31 • Public • Published

@emdaer/plugin-table · Travis Documented with emdaer Maintained with lerna

An emdaer plugin that renders HTML tables

Usage

@emdaer/plugin-table is an emdaer plugin – see the emdaer monorepo for more information

Documentation

Example

Col 1 Col 2
Hello World!
Hello World!

Usage in README

<!--emdaer-p
  - '@emdaer/plugin-table'
  - headers:
    - Col 1
    - Col 2
    rows:
    -
      - Hello
      - World!
    -
      - Hello
      - World!
-->

tablePlugin

A plugin to generate tables

Parameters

  • options any

Examples

<!--emdaer-p
  - '@emdaer/plugin-table'
  - headers:
    - Col 1
    - Col 2
    rows:
    -
      - Hello
      - World!
    -
      - Hello
      - World!
-->

Returns Promise<string> The HTML table element

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.2.31
    1
    • latest

Version History

Package Sidebar

Install

npm i @emdaer/plugin-table

Weekly Downloads

2

Version

3.2.31

License

MIT

Unpacked Size

32.4 kB

Total Files

8

Last publish

Collaborators

  • beautyhammer
  • emdaerbot
  • flipactual
  • infiniteluke