mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
marked: Add start to list definition (#29279)
This commit is contained in:
committed by
Wesley Wigham
parent
e81760c6f8
commit
9990c373c5
2
types/marked/index.d.ts
vendored
2
types/marked/index.d.ts
vendored
@@ -73,7 +73,7 @@ declare namespace marked {
|
||||
html(html: string): string;
|
||||
heading(text: string, level: number, raw: string): string;
|
||||
hr(): string;
|
||||
list(body: string, ordered: boolean): string;
|
||||
list(body: string, ordered: boolean, start: number): string;
|
||||
listitem(text: string): string;
|
||||
paragraph(text: string): string;
|
||||
table(header: string, body: string): string;
|
||||
|
||||
Reference in New Issue
Block a user