mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs(completeHTMLDocument): Change completeHTMLDocument comment (#610)
Fix completeHTMLDocument comment to reflect its actual behavior
This commit is contained in:
parent
a608114a5c
commit
69b816e431
|
@ -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) {
|
showdown.subParser('completeHTMLDocument', function (text, options, globals) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user