Request: Add Support for .coffee.md
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?
We can, should we? Does anyone actually use literate coffee? I was surprised that we got the first PR for litcoffee.
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.