@types/markdown-it-container
TypeScript definitions for MarkdownItContainer (markdown-it-container)
Last updated 6 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/markdown-it-container 
SYNC missed versions from official npm registry.

Installation

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

Summary

This package contains type definitions for MarkdownItContainer (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.

index.d.ts

// Type definitions for MarkdownItContainer (markdown-it-container) 2.0
// Project: https://github.com/markdown-it/markdown-it-container
// Definitions by: Vyacheslav Demot <https://github.com/hronex>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

import MarkdownIt = require('markdown-it');
import Renderer = require('markdown-it/lib/renderer');
import Token = require('markdown-it/lib/token');

declare namespace markdownItContainer {
    interface ContainerOpts {
        marker?: string | undefined;
        validate?(params: string): boolean;
        render?(tokens: Token[], index: number, options: any, env: any, self: Renderer): void;
    }

    function container_plugin(md: MarkdownIt, name: string, opts: ContainerOpts): void;
}

declare var MarkdownItContainer: typeof markdownItContainer.container_plugin;
export = MarkdownItContainer;

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:23:59 GMT
  • Dependencies: @types/markdown-it
  • Global values: none

Credits

These definitions were written by Vyacheslav Demot.

Current Tags

  • 2.0.5                                ...           latest (4 years ago)
  • 2.0.0                                ...           ts2.2 (9 years ago)
  • 2.0.2                                ...           ts2.3 (7 years ago)
  • 2.0.2                                ...           ts2.4 (7 years ago)
  • 2.0.2                                ...           ts2.5 (7 years ago)
  • 2.0.2                                ...           ts2.6 (7 years ago)
  • 2.0.2                                ...           ts2.7 (7 years ago)
  • 2.0.2                                ...           ts2.8 (7 years ago)
  • 2.0.2                                ...           ts2.9 (7 years ago)
  • 2.0.3                                ...           ts3.0 (6 years ago)
  • 2.0.3                                ...           ts3.1 (6 years ago)
  • 2.0.3                                ...           ts3.2 (6 years ago)
  • 2.0.3                                ...           ts3.3 (6 years ago)
  • 2.0.3                                ...           ts3.4 (6 years ago)
  • 2.0.3                                ...           ts3.5 (6 years ago)
  • 2.0.4                                ...           ts3.6 (5 years ago)
  • 2.0.4                                ...           ts3.7 (5 years ago)
  • 2.0.5                                ...           ts3.8 (4 years ago)
  • 2.0.5                                ...           ts3.9 (4 years ago)
  • 2.0.5                                ...           ts4.0 (4 years ago)
  • 2.0.5                                ...           ts4.1 (4 years ago)
  • 2.0.5                                ...           ts4.2 (4 years ago)
  • 2.0.5                                ...           ts4.3 (4 years ago)
  • 2.0.5                                ...           ts4.4 (4 years ago)
  • 2.0.5                                ...           ts4.5 (4 years ago)
  • 2.0.5                                ...           ts4.6 (4 years ago)
  • 2.0.5                                ...           ts4.7 (4 years ago)
  • 2.0.5                                ...           ts4.8 (4 years ago)
  • 2.0.5                                ...           ts4.9 (4 years ago)

6 Versions

  • 2.0.5                                ...           4 years ago
  • 2.0.4                                ...           5 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           8 years ago
  • 2.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |