Socket
Socket
Sign inDemoInstall

@types/markdown-it-container

Package Overview
Dependencies
3
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/markdown-it-container

TypeScript definitions for markdown-it-container


Version published
Weekly downloads
7.4K
increased by1.26%
Maintainers
1
Install size
50.8 kB
Created
Weekly downloads
 

Readme

Source

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.

index.d.ts

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?: Renderer.RenderRule | undefined;
    }
}

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

export = MarkdownItContainer;

Additional Details

  • Last updated: Wed, 18 Oct 2023 05:47:08 GMT
  • Dependencies: @types/markdown-it

Credits

These definitions were written by Vyacheslav Demot.

FAQs

Last updated on 18 Oct 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc