Skip to content
New issue

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

Markdown unordered bullets not parsed for javascript // comments #145

Open
abelnation opened this issue Dec 6, 2013 · 3 comments
Open

Comments

@abelnation
Copy link

Example:

// * key: explanation of key

or

// - param: another param

Both render the asterix or hyphen literally

@sjorek
Copy link
Contributor

sjorek commented Dec 8, 2013

… does it make a difference if you run it with and without --whitespace-after-token option ?

@abelnation
Copy link
Author

doesn't appear to affect the issue

On Sun, Dec 8, 2013 at 5:52 AM, Stephan Jorek notifications@github.comwrote:

… 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
.

Abel Allison
abel.allison@gmail.com
713-557-4984

@hlfcoding
Copy link

Not parsed for coffeescript comments either.

Fails:

# This is a list:
#
# - foo
# - bar

Works:

# This is a list:

# - foo
# - bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants