You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constc=require('ansi-colors');console.log(c.red('This is a red string!'));console.log(c.green('This is a **red** string!'));<====shouldread"green"stringconsole.log(c.cyan('This is a cyan string!'));console.log(c.yellow('This is a yellow string!'));
The text was updated successfully, but these errors were encountered:
If you'd like to do a Pull Request (PR) to make the edit, please do. Just edit the .verb.md file. You can do this through the GitHub website, and submit the PR directly from there. If you don't want to, no worries, I'll update it soon.
BTW... you can use 3 backticks (```) before and after the code in your issue above to format it and make it look a little nicer.
Usage
The text was updated successfully, but these errors were encountered: