@types/markdown-it-container
TypeScript icon, indicating that this package has built-in type declarations

2.0.10 • Public • Published

Installation

npm install --save @types/markdown-it-container

Summary

This package contains type definitions for markdown-it-container (https://github.com/markdown-it/markdown-it-container).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-container.

import MarkdownIt = require("markdown-it");

declare namespace MarkdownItContainer {
    interface ContainerOpts {
        marker?: string | undefined;
        validate?(params: string): boolean;
        render?: MarkdownIt.Renderer.RenderRule | undefined;
    }
}

declare function MarkdownItContainer(md: MarkdownIt, name: string, opts: MarkdownItContainer.ContainerOpts): void;

export = MarkdownItContainer;

Additional Details

Credits

These definitions were written by Vyacheslav Demot.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.08ts2.2
2.0.20ts2.3
2.0.20ts2.4
2.0.20ts2.5
2.0.20ts2.6
2.0.20ts2.7
2.0.20ts2.8
2.0.20ts2.9
2.0.1011,939ts5.8
2.0.1011,939ts5.7
2.0.1011,939latest
2.0.1011,939ts4.7
2.0.1011,939ts4.8
2.0.1011,939ts4.9
2.0.1011,939ts5.0
2.0.1011,939ts5.1
2.0.1011,939ts5.2
2.0.1011,939ts5.3
2.0.1011,939ts5.4
2.0.1011,939ts5.5
2.0.1011,939ts5.9
2.0.1011,939ts5.6
2.0.1011,939ts6.0
2.0.94,979ts4.5
2.0.94,979ts4.6
2.0.5815ts3.8
2.0.5815ts3.9
2.0.5815ts4.0
2.0.5815ts4.1
2.0.5815ts4.2
2.0.6205ts4.3
2.0.6205ts4.4
2.0.3193ts3.0
2.0.3193ts3.1
2.0.3193ts3.2
2.0.3193ts3.3
2.0.3193ts3.4
2.0.3193ts3.5
2.0.438ts3.6
2.0.438ts3.7

Version History

VersionDownloads (Last 7 Days)Published
2.0.1011,939
2.0.94,979
2.0.81
2.0.757
2.0.6205
2.0.5815
2.0.438
2.0.3193
2.0.20
2.0.11
2.0.08

Package Sidebar

Install

npm i @types/markdown-it-container

Weekly Downloads

18,236

Version

2.0.10

License

MIT

Unpacked Size

3.57 kB

Total Files

5

Last publish

Collaborators

  • types