diff --git a/dist/showdown.js b/dist/showdown.js index 6e34599..edfbf63 100644 Binary files a/dist/showdown.js and b/dist/showdown.js differ diff --git a/dist/showdown.js.map b/dist/showdown.js.map index e9e844f..955c87d 100644 Binary files a/dist/showdown.js.map and b/dist/showdown.js.map differ diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 989c04d..b7394f5 100644 Binary files a/dist/showdown.min.js and b/dist/showdown.min.js differ diff --git a/dist/showdown.min.js.map b/dist/showdown.min.js.map index f36df2a..4c47f05 100644 Binary files a/dist/showdown.min.js.map and b/dist/showdown.min.js.map differ diff --git a/src/converter.js b/src/converter.js index 55ecb44..e2dfc27 100644 --- a/src/converter.js +++ b/src/converter.js @@ -6,12 +6,7 @@ * Showdown Converter class * @class * @param {object} [converterOptions] - * @returns { - * {makeHtml: Function}, - * {setOption: Function}, - * {getOption: Function}, - * {getOptions: Function} - * } + * @returns {Converter} */ showdown.Converter = function (converterOptions) { 'use strict';