跳转至

micromark-extension-gfm-table

Build Coverage Downloads Size Sponsors Backers Chat

micromark extension to support GitHub flavored markdown tables. This syntax extension matches the GFM spec and github.com.

This package provides the low-level modules for integrating with the micromark tokenizer and the micromark HTML compiler.

You probably should use this package with mdast-util-gfm-table.

Install

npm:

npm install micromark-extension-gfm-table

API

html

syntax

Note: syntax is the default export of this module, html is available at micromark-extension-gfm-table/html.

Support tables. The exports are extensions for the micromark parser (to tokenize tables; can be passed in extensions) and the default HTML compiler (to compile as <table> elements; can be passed in htmlExtensions).

Contribute

See contributing.md in micromark/.github for ways to get started. See support.md for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Titus Wormer