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 Estevao Soares dos Santos
parent a608114a5c
commit 69b816e431

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('completeHTMLDocument', function (text, options, globals) {
'use strict';