Update docs

This commit is contained in:
Jesse Donat
2018-12-11 12:39:12 -06:00
committed by GitHub
parent 7d2e44dab8
commit 81d9869158

View File

@@ -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;