Skip to content

Commit

Permalink
Clarify Token.info comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Mar 17, 2021
1 parent 7b8969c commit 32564ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/token.js
Original file line number Diff line number Diff line change
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 32564ba

Please sign in to comment.