Skip to content

Commit

Permalink
docs(completeHTMLDocument): Change completeHTMLDocument comment (#610)
Browse files Browse the repository at this point in the history
Fix completeHTMLDocument comment to reflect its actual behavior
  • Loading branch information
VladimirV99 authored and tivie committed Nov 10, 2018
1 parent a608114 commit 69b816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subParsers/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('completeHTMLDocument', function (text, options, globals) {
'use strict';
Expand Down

0 comments on commit 69b816e

Please sign in to comment.