mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 10:22:40 +08:00
Added the text function to the MarkedRenderer interface
This commit is contained in:
1
marked/marked.d.ts
vendored
1
marked/marked.d.ts
vendored
@@ -87,6 +87,7 @@ interface MarkedRenderer {
|
||||
del(text: string): any;
|
||||
link(href: string, title: string, text: string): any;
|
||||
image(href: string, title: string, text: string): any;
|
||||
text(text: string): any;
|
||||
}
|
||||
|
||||
interface MarkedOptions {
|
||||
|
||||
Reference in New Issue
Block a user