Socket
Book a DemoInstallSign in
Socket

markdown-it-table

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-table

Plugin for markdown-it markdown parser, adding table with nested block syntax support.

latest
Source
npmnpm
Version
4.1.1
Version published
Maintainers
2
Created
Source

markdown-it-table

CircleCI NPM version

Plugin for markdown-it markdown parser, adding table with nested block syntax support.

Install

$ yarn add markdown-it-table

Use

init

var md = require('markdown-it')();
var { markdownItTable } = require('markdown-it-table');

md.use(markdownItTable [, options]);

Keywords

markdown-it-plugin

FAQs

Package last updated on 17 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts