소스 검색

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

Fix completeHTMLDocument comment to reflect its actual behavior
Vladimir Vuksanovic 6 년 전
부모
커밋
e0fc6f8d6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';