mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs(converter.js): fix return type of Converter function
This commit is contained in:
parent
7dc3fb1d25
commit
636fd5959d
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.js.map
vendored
BIN
dist/showdown.js.map
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
|
@ -6,12 +6,7 @@
|
||||||
* Showdown Converter class
|
* Showdown Converter class
|
||||||
* @class
|
* @class
|
||||||
* @param {object} [converterOptions]
|
* @param {object} [converterOptions]
|
||||||
* @returns {
|
* @returns {Converter}
|
||||||
* {makeHtml: Function},
|
|
||||||
* {setOption: Function},
|
|
||||||
* {getOption: Function},
|
|
||||||
* {getOptions: Function}
|
|
||||||
* }
|
|
||||||
*/
|
*/
|
||||||
showdown.Converter = function (converterOptions) {
|
showdown.Converter = function (converterOptions) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user