Explorar o código

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

Fix completeHTMLDocument comment to reflect its actual behavior
Vladimir Vuksanovic %!s(int64=6) %!d(string=hai) anos
pai
achega
e0fc6f8d6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/subParsers/makehtml/completeHTMLDocument.js

+ 1 - 1
src/subParsers/makehtml/completeHTMLDocument.js

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