mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
* failing test case * add markdown parser for literate coffeescript this should help to handle ligitimate markdown with indentation correctly * Update generated code * Update package.json * Add `marked` dependency to browser version of CoffeeScript * Update invertLiterate to use a randomly-generated token that we check for uniqueness, rather than a magic number that we hope might not occur in the code * Fix typos