evilstreak / markdown-js

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

Add AMD module support for browser version #205

Open npbee opened 9 years ago

npbee commented 9 years ago

Hello! I'm using this library on the client-side only with RequireJS. I've added support to be able to load it as an anonymous AMD module.

lexaux commented 8 years ago

Hey @npbee and @evilstreak, some time has passed since then - I can see this being not merged in. At the same time the CI build seems to have failed independently of this very change AFAIU. Probably worth revisiting probability of merging this one in, wdyt?

npbee commented 8 years ago

Yikes, yes it's been a while. I think we can safely close this PR without merging. There looks to be an existing AMD solution here already which I think I just missed at the time. I apologize for the noise.