mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
Update docs
This commit is contained in:
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user