Skip to content

Commit

Permalink
Merge pull request #766 from hukkinj1/info-comment
Browse files Browse the repository at this point in the history
Clarify `Token.info` comment
  • Loading branch information
Vitaly Puzrin committed Mar 17, 2021
2 parents 7b8969c + 32564ba commit 041b7c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/token.js
Expand Up @@ -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 = '';

Expand Down

0 comments on commit 041b7c7

Please sign in to comment.