groc
groc copied to clipboard
Markdown unordered bullets not parsed for javascript // comments
Example:
// * key: explanation of key
or
// - param: another param
Both render the asterix or hyphen literally
… does it make a difference if you run it with and without --whitespace-after-token option ?
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
Not parsed for coffeescript comments either.
Fails:
# This is a list:
#
# - foo
# - bar
Works:
# This is a list:
# - foo
# - bar