1.4.5 • Published 1 month ago

@types/markdown-it-plantuml v1.4.5

Weekly downloads
54
License
MIT
Repository
github
Last release
1 month ago

Installation

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

Summary

This package contains type definitions for markdown-it-plantuml (https://github.com/gmunguia/markdown-it-plantuml#readme).

Details

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

index.d.ts

// Type definitions for markdown-it-plantuml 1.4
// Project: https://github.com/gmunguia/markdown-it-plantuml#readme
// Definitions by: Gerardo Munguia <https://github.com/gmunguia>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

declare namespace markdownItPlantuml {
    interface Options {
        closeMarker?: string | undefined;
        diagramName?: string | undefined;
        generateSource?: ((umlCode: string, pluginOptions: Options) => string) | undefined;
        imageFormat?: string | undefined;
        openMarker?: string | undefined;
        render?: Renderer.RenderRule | undefined;
        server?: string | undefined;
    }
}

declare const markdownItPlantuml: MarkdownIt.PluginWithOptions<markdownItPlantuml.Options>;
export = markdownItPlantuml;

Additional Details

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

Credits

These definitions were written by Gerardo Munguia.

1.4.5

1 month ago

1.4.4

6 months ago

1.4.3

7 months ago

1.4.2

8 months ago

1.4.1

3 years ago

1.4.0

4 years ago