groc icon indicating copy to clipboard operation
groc copied to clipboard

Markdown unordered bullets not parsed for javascript // comments

Open abelnation opened this issue 12 years ago • 3 comments

Example:

// * key: explanation of key

or

// - param: another param

Both render the asterix or hyphen literally

abelnation avatar Dec 06 '13 01:12 abelnation

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

sjorek avatar Dec 08 '13 13:12 sjorek

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/nevir/groc/issues/145#issuecomment-30081965 .

Abel Allison [email protected] 713-557-4984

abelnation avatar Dec 08 '13 19:12 abelnation

Not parsed for coffeescript comments either.

Fails:

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

Works:

# This is a list:

# - foo
# - bar

hlfcoding avatar Apr 20 '14 00:04 hlfcoding