Browse Source
Merge pull request #766 from hukkinj1/info-comment
Clarify `Token.info` comment
pull/768/head
Vitaly Puzrin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
lib/token.js
|
|
@ -84,7 +84,10 @@ function Token(type, tag, nesting) { |
|
|
|
/** |
|
|
|
* Token#info -> String |
|
|
|
* |
|
|
|
* fence infostring |
|
|
|
* Additional information: |
|
|
|
* |
|
|
|
* - Info string for "fence" tokens |
|
|
|
* - The value "auto" for autolink "link_open" and "link_close" tokens |
|
|
|
**/ |
|
|
|
this.info = ''; |
|
|
|
|
|
|
|