jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

Request: Add Support for .coffee.md

Open daniellmb opened this issue 12 years ago • 2 comments

For me there's no reason to use .litcoffee if GitHub won't display it.

As an alternative CoffeeScript supports .coffee.md

Anyone interested in adding support for this?

daniellmb avatar Sep 05 '13 19:09 daniellmb

We can, should we? Does anyone actually use literate coffee? I was surprised that we got the first PR for litcoffee.

tebriel avatar Sep 13 '13 17:09 tebriel

I used it for the first time in a recent project and like how it's nicely self-documenting.

examples: https://github.com/daniellmb/angular-test-patterns/blob/master/spec/lib/parse.util.coffee.md https://github.com/daniellmb/angular-test-patterns/blob/master/spec/rules/lint-free.spec.coffee.md

I find it's especially useful to facilitate a go-to-definition style of cross-linking between code.

daniellmb avatar Sep 14 '13 04:09 daniellmb