evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

AMD use case missing from browser usage in the README #222

Closed popham closed 9 years ago

popham commented 9 years ago

I noticed AMD modules under the src directory. Can I run

bower install --save evilstreak/markdown-js#master

and then point an AMD loader path at '.../markdown-js/src'?

If so, then at least a vague reference to the existence of AMD modules would be nice (I would have spent less time searching for alternatives to markdown-js).

popham commented 9 years ago

Just noticed that More Options almost does precisely what I requested. Sorry about the litter.