markedit-aligned-table

1.0.0 • Public • Published

markedit-aligned-table

CircleCI Build Status

This is modified version of MarkedIt's table renderer. The only difference is that it uses align="where" instead of style="text-align: where" for column alignment, because the latter is stripped during sanitisation by Google CAJA's sanitizer.

Installation

npm install markedit-aligned-table

Usage

    var md = require('markdown-it')('commonmark')
        .disable('table')
        .use(require('markedit-aligned-table'));

Package Sidebar

Install

npm i markedit-aligned-table

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • apiary-sre