mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 15:37:31 +00:00
Update docs
This commit is contained in:
parent
7d2e44dab8
commit
81d9869158
4
types/showdown/index.d.ts
vendored
4
types/showdown/index.d.ts
vendored
@ -297,8 +297,8 @@ declare namespace Showdown {
|
||||
/**
|
||||
* Converts an HTML string into a markdown string
|
||||
*
|
||||
* @param src
|
||||
* @returns {string}
|
||||
* @param src The input text (HTML)
|
||||
* @returns The output markdown
|
||||
*/
|
||||
makeMarkdown(src: string): string;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user