mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update generated files.
This commit is contained in:
parent
d2bd75748f
commit
0c68e855f7
2 changed files with 1804 additions and 369 deletions
File diff suppressed because it is too large
Load diff
6
lib/markdownlint.d.ts
vendored
6
lib/markdownlint.d.ts
vendored
|
@ -51,7 +51,7 @@ type Options = {
|
|||
/**
|
||||
* Additional plugins.
|
||||
*/
|
||||
markdownItPlugins?: any[][];
|
||||
markdownItPlugins?: Plugin[];
|
||||
};
|
||||
/**
|
||||
* Called with the result of the lint operation.
|
||||
|
@ -105,7 +105,7 @@ type RuleParams = {
|
|||
*/
|
||||
name: string;
|
||||
/**
|
||||
* markdown-it token objects.
|
||||
* Token objects from markdown-it.
|
||||
*/
|
||||
tokens: MarkdownItToken[];
|
||||
/**
|
||||
|
@ -262,7 +262,7 @@ type Rule = {
|
|||
function: RuleFunction;
|
||||
};
|
||||
/**
|
||||
* markdown-it plugin.
|
||||
* A markdown-it plugin.
|
||||
*/
|
||||
type Plugin = any[];
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue