We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
// * key: explanation of key
or
// - param: another param
Both render the asterix or hyphen literally
The text was updated successfully, but these errors were encountered:
… does it make a difference if you run it with and without --whitespace-after-token option ?
--whitespace-after-token
Sorry, something went wrong.
doesn't appear to affect the issue
On Sun, Dec 8, 2013 at 5:52 AM, Stephan Jorek [email protected]:
… does it make a difference if you run it with and without --whitespace-after-token option ? — Reply to this email directly or view it on GitHubhttps://github.com//issues/145#issuecomment-30081965 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/145#issuecomment-30081965 .
Abel Allison [email protected] 713-557-4984
Not parsed for coffeescript comments either.
Fails:
# This is a list: # # - foo # - bar
Works:
# This is a list: # - foo # - bar
No branches or pull requests
Example:
or
Both render the asterix or hyphen literally
The text was updated successfully, but these errors were encountered: