docs(completeHTMLDocument): Change completeHTMLDocument comment (#610)

Fix completeHTMLDocument comment to reflect its actual behavior
This commit is contained in:
Vladimir Vuksanovic 2018-10-23 12:04:41 +02:00 committed by Estevão Soares dos Santos
parent fc1717780e
commit e0fc6f8d6b

View File

@ -1,5 +1,5 @@
/**
* Turn Markdown link shortcuts into XHTML <a> tags.
* Create a full HTML document from the processed markdown
*/
showdown.subParser('makehtml.completeHTMLDocument', function (text, options, globals) {
'use strict';